Show / Hide Table of Contents

Class NTStatusConstants

Constant definitions for the NTSTATUS values.

Inheritance
Object
NTStatusConstants
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: THNETII.WindowsProtocols.WindowsErrorCodes.Constants
Assembly: THNETII.WindowsProtocols.WindowsErrorCodes.Constants.dll
Syntax
public static class NTStatusConstants
Remarks

Values are 32 bit values laid out as follows:

 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
+---+-+-+-----------------------+-------------------------------+
|Sev|C|R|     Facility          |               Code            |
+---+-+-+-----------------------+-------------------------------+

where

FieldDescription
Sev is the severity code
ValueMeaning
0b00Success
0b01Informational
0b10Warning
0b11Error
Cis the Customer code flag
Ris a reserved bit
Facilityis the facility code
Codeis the facility's status code

Fields

| Improve this Doc View Source

DBG_APP_NOT_IDLE

Debugger has found the application is not idle.

Declaration
public const int DBG_APP_NOT_IDLE = -1073676286
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_COMMAND_EXCEPTION

Debugger command communication exception.

Declaration
public const int DBG_COMMAND_EXCEPTION = 1073807369
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_CONTINUE

Debugger continued

Declaration
public const int DBG_CONTINUE = 65538
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_CONTROL_BREAK

Debugger received control break.

Declaration
public const int DBG_CONTROL_BREAK = 1073807368
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_CONTROL_C

Debugger got control C.

Declaration
public const int DBG_CONTROL_C = 1073807365
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_EXCEPTION_HANDLED

Debugger handled exception

Declaration
public const int DBG_EXCEPTION_HANDLED = 65537
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_EXCEPTION_NOT_HANDLED

Debugger did not handle the exception.

Declaration
public const int DBG_EXCEPTION_NOT_HANDLED = -2147418111
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_NO_STATE_CHANGE

Debugger did not perform a state change.

Declaration
public const int DBG_NO_STATE_CHANGE = -1073676287
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_PRINTEXCEPTION_C

Debugger printed exception on control C.

Declaration
public const int DBG_PRINTEXCEPTION_C = 1073807366
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_PRINTEXCEPTION_WIDE_C

Debugger printed exception on control C.

Declaration
public const int DBG_PRINTEXCEPTION_WIDE_C = 1073807370
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_REPLY_LATER

Debugger will reply later.

Declaration
public const int DBG_REPLY_LATER = 1073807361
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_RIPEXCEPTION

Debugger received RIP exception.

Declaration
public const int DBG_RIPEXCEPTION = 1073807367
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_TERMINATE_PROCESS

Debugger terminated process.

Declaration
public const int DBG_TERMINATE_PROCESS = 1073807364
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_TERMINATE_THREAD

Debugger terminated thread.

Declaration
public const int DBG_TERMINATE_THREAD = 1073807363
Field Value
Type Description
Int32
| Improve this Doc View Source

DBG_UNABLE_TO_PROVIDE_HANDLE

Debugger cannot provide handle.

Declaration
public const int DBG_UNABLE_TO_PROVIDE_HANDLE = 1073807362
Field Value
Type Description
Int32
| Improve this Doc View Source

EPT_NT_CANT_CREATE

The endpoint mapper database entry could not be created.

Declaration
public const int EPT_NT_CANT_CREATE = -1073610676
Field Value
Type Description
Int32
| Improve this Doc View Source

EPT_NT_CANT_PERFORM_OP

The operation cannot be performed.

Declaration
public const int EPT_NT_CANT_PERFORM_OP = -1073610699
Field Value
Type Description
Int32
| Improve this Doc View Source

EPT_NT_INVALID_ENTRY

The entry is invalid.

Declaration
public const int EPT_NT_INVALID_ENTRY = -1073610700
Field Value
Type Description
Int32
| Improve this Doc View Source

EPT_NT_NOT_REGISTERED

There are no more endpoints available from the endpoint mapper.

Declaration
public const int EPT_NT_NOT_REGISTERED = -1073610698
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_ADDRESS_ERROR

An addressing error occurred in the RPC server.

Declaration
public const int RPC_NT_ADDRESS_ERROR = -1073610683
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_ALREADY_LISTENING

The RPC server is already listening.

Declaration
public const int RPC_NT_ALREADY_LISTENING = -1073610738
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_ALREADY_REGISTERED

The object UUID has already been registered.

Declaration
public const int RPC_NT_ALREADY_REGISTERED = -1073610740
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_BAD_STUB_DATA

The stub received bad data.

Declaration
public const int RPC_NT_BAD_STUB_DATA = -1073545204
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_BINDING_HAS_NO_AUTH

The binding does not contain any authentication information.

Declaration
public const int RPC_NT_BINDING_HAS_NO_AUTH = -1073610705
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_BINDING_INCOMPLETE

The binding handle does not contain all required information.

Declaration
public const int RPC_NT_BINDING_INCOMPLETE = -1073610671
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_BYTE_COUNT_TOO_SMALL

The byte count is too small.

Declaration
public const int RPC_NT_BYTE_COUNT_TOO_SMALL = -1073545205
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_CALL_CANCELLED

The remote procedure call was cancelled.

Declaration
public const int RPC_NT_CALL_CANCELLED = -1073610672
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_CALL_FAILED

The remote procedure call failed.

Declaration
public const int RPC_NT_CALL_FAILED = -1073610725
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_CALL_FAILED_DNE

The remote procedure call failed and did not execute.

Declaration
public const int RPC_NT_CALL_FAILED_DNE = -1073610724
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_CALL_IN_PROGRESS

A remote procedure call is already in progress for this thread.

Declaration
public const int RPC_NT_CALL_IN_PROGRESS = -1073610679
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_CANNOT_SUPPORT

The requested operation is not supported.

Declaration
public const int RPC_NT_CANNOT_SUPPORT = -1073610687
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_CANT_CREATE_ENDPOINT

The endpoint cannot be created.

Declaration
public const int RPC_NT_CANT_CREATE_ENDPOINT = -1073610731
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_COMM_FAILURE

A communications failure occurred during a remote procedure call.

Declaration
public const int RPC_NT_COMM_FAILURE = -1073610670
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_COOKIE_AUTH_FAILED

HTTP proxy server rejected the connection because the cookie authentication failed.

Declaration
public const int RPC_NT_COOKIE_AUTH_FAILED = -1073610651
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_DUPLICATE_ENDPOINT

The endpoint is a duplicate.

Declaration
public const int RPC_NT_DUPLICATE_ENDPOINT = -1073610711
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_ENTRY_ALREADY_EXISTS

The entry already exists.

Declaration
public const int RPC_NT_ENTRY_ALREADY_EXISTS = -1073610691
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_ENTRY_NOT_FOUND

The entry is not found.

Declaration
public const int RPC_NT_ENTRY_NOT_FOUND = -1073610690
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_ENUM_VALUE_OUT_OF_RANGE

The enumeration value is out of range.

Declaration
public const int RPC_NT_ENUM_VALUE_OUT_OF_RANGE = -1073545206
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_FP_DIV_ZERO

A floating point operation at the RPC server caused a divide by zero.

Declaration
public const int RPC_NT_FP_DIV_ZERO = -1073610682
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_FP_OVERFLOW

A floating point overflow occurred at the RPC server.

Declaration
public const int RPC_NT_FP_OVERFLOW = -1073610680
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_FP_UNDERFLOW

A floating point underflow occurred at the RPC server.

Declaration
public const int RPC_NT_FP_UNDERFLOW = -1073610681
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_GROUP_MEMBER_NOT_FOUND

The group member was not found.

Declaration
public const int RPC_NT_GROUP_MEMBER_NOT_FOUND = -1073610677
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INCOMPLETE_NAME

The entry name is incomplete.

Declaration
public const int RPC_NT_INCOMPLETE_NAME = -1073610696
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INTERFACE_NOT_FOUND

The interface was not found.

Declaration
public const int RPC_NT_INTERFACE_NOT_FOUND = -1073610692
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INTERNAL_ERROR

An internal error occurred in RPC.

Declaration
public const int RPC_NT_INTERNAL_ERROR = -1073610685
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_ASYNC_CALL

Invalid asynchronous RPC call handle for this operation.

Declaration
public const int RPC_NT_INVALID_ASYNC_CALL = -1073610653
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_ASYNC_HANDLE

Invalid asynchronous remote procedure call handle.

Declaration
public const int RPC_NT_INVALID_ASYNC_HANDLE = -1073610654
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_AUTH_IDENTITY

The security context is invalid.

Declaration
public const int RPC_NT_INVALID_AUTH_IDENTITY = -1073610702
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_BINDING

The binding handle is invalid.

Declaration
public const int RPC_NT_INVALID_BINDING = -1073610749
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_BOUND

The array bounds are invalid.

Declaration
public const int RPC_NT_INVALID_BOUND = -1073610717
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_ENDPOINT_FORMAT

The endpoint format is invalid.

Declaration
public const int RPC_NT_INVALID_ENDPOINT_FORMAT = -1073610745
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_ES_ACTION

Invalid operation on the encoding/decoding handle.

Declaration
public const int RPC_NT_INVALID_ES_ACTION = -1073545127
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_NAF_ID

The network address family is invalid.

Declaration
public const int RPC_NT_INVALID_NAF_ID = -1073610688
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_NAME_SYNTAX

The name syntax is invalid.

Declaration
public const int RPC_NT_INVALID_NAME_SYNTAX = -1073610715
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_NET_ADDR

The network address is invalid.

Declaration
public const int RPC_NT_INVALID_NET_ADDR = -1073610744
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_NETWORK_OPTIONS

The network options are invalid.

Declaration
public const int RPC_NT_INVALID_NETWORK_OPTIONS = -1073610727
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_OBJECT

The object UUID is the nil UUID.

Declaration
public const int RPC_NT_INVALID_OBJECT = -1073610675
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_PIPE_OBJECT

The RPC pipe object is invalid or corrupted.

Declaration
public const int RPC_NT_INVALID_PIPE_OBJECT = -1073545124
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_PIPE_OPERATION

An invalid operation was attempted on an RPC pipe object.

Declaration
public const int RPC_NT_INVALID_PIPE_OPERATION = -1073545123
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_RPC_PROTSEQ

The RPC protocol sequence is invalid.

Declaration
public const int RPC_NT_INVALID_RPC_PROTSEQ = -1073610747
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_STRING_BINDING

The string binding is invalid.

Declaration
public const int RPC_NT_INVALID_STRING_BINDING = -1073610751
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_STRING_UUID

The string UUID is invalid.

Declaration
public const int RPC_NT_INVALID_STRING_UUID = -1073610746
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_TAG

The tag is invalid.

Declaration
public const int RPC_NT_INVALID_TAG = -1073610718
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_TIMEOUT

The timeout value is invalid.

Declaration
public const int RPC_NT_INVALID_TIMEOUT = -1073610742
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_INVALID_VERS_OPTION

The version option is invalid.

Declaration
public const int RPC_NT_INVALID_VERS_OPTION = -1073610695
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_MAX_CALLS_TOO_SMALL

The maximum number of calls is too small.

Declaration
public const int RPC_NT_MAX_CALLS_TOO_SMALL = -1073610709
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NAME_SERVICE_UNAVAILABLE

The name service is unavailable.

Declaration
public const int RPC_NT_NAME_SERVICE_UNAVAILABLE = -1073610689
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_BINDINGS

There are no bindings.

Declaration
public const int RPC_NT_NO_BINDINGS = -1073610733
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_CALL_ACTIVE

There are no remote procedure calls active on this thread.

Declaration
public const int RPC_NT_NO_CALL_ACTIVE = -1073610726
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_CONTEXT_AVAILABLE

No security context is available to allow impersonation.

Declaration
public const int RPC_NT_NO_CONTEXT_AVAILABLE = -1073610686
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_ENDPOINT_FOUND

No endpoint was found.

Declaration
public const int RPC_NT_NO_ENDPOINT_FOUND = -1073610743
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_ENTRY_NAME

The binding does not contain an entry name.

Declaration
public const int RPC_NT_NO_ENTRY_NAME = -1073610716
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_INTERFACES

No interfaces have been registered.

Declaration
public const int RPC_NT_NO_INTERFACES = -1073610673
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_MORE_BINDINGS

There are no more bindings.

Declaration
public const int RPC_NT_NO_MORE_BINDINGS = -1073610678
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_MORE_ENTRIES

The list of RPC servers available for auto-handle binding has been exhausted.

Declaration
public const int RPC_NT_NO_MORE_ENTRIES = -1073545215
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_MORE_MEMBERS

There are no more members.

Declaration
public const int RPC_NT_NO_MORE_MEMBERS = -1073610694
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_PRINC_NAME

No principal name registered.

Declaration
public const int RPC_NT_NO_PRINC_NAME = -1073610668
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_PROTSEQS

There are no protocol sequences.

Declaration
public const int RPC_NT_NO_PROTSEQS = -1073610732
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NO_PROTSEQS_REGISTERED

No protocol sequences have been registered.

Declaration
public const int RPC_NT_NO_PROTSEQS_REGISTERED = -1073610737
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NOT_ALL_OBJS_UNEXPORTED

There is nothing to unexport.

Declaration
public const int RPC_NT_NOT_ALL_OBJS_UNEXPORTED = -1073610693
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NOT_CANCELLED

Thread is not cancelled.

Declaration
public const int RPC_NT_NOT_CANCELLED = -1073610664
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NOT_LISTENING

The RPC server is not listening.

Declaration
public const int RPC_NT_NOT_LISTENING = -1073610736
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NOT_RPC_ERROR

The error specified is not a valid Windows RPC error code.

Declaration
public const int RPC_NT_NOT_RPC_ERROR = -1073610667
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NOTHING_TO_EXPORT

No interfaces have been exported.

Declaration
public const int RPC_NT_NOTHING_TO_EXPORT = -1073610697
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_NULL_REF_POINTER

A null reference pointer was passed to the stub.

Declaration
public const int RPC_NT_NULL_REF_POINTER = -1073545207
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_OBJECT_NOT_FOUND

The object UUID was not found.

Declaration
public const int RPC_NT_OBJECT_NOT_FOUND = -1073610741
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_OUT_OF_RESOURCES

Not enough resources are available to complete this operation.

Declaration
public const int RPC_NT_OUT_OF_RESOURCES = -1073610730
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_PIPE_CLOSED

The RPC pipe object has already been closed.

Declaration
public const int RPC_NT_PIPE_CLOSED = -1073545121
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_PIPE_DISCIPLINE_ERROR

The RPC call completed before all pipes were processed.

Declaration
public const int RPC_NT_PIPE_DISCIPLINE_ERROR = -1073545120
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_PIPE_EMPTY

No more data is available from the RPC pipe.

Declaration
public const int RPC_NT_PIPE_EMPTY = -1073545119
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_PROCNUM_OUT_OF_RANGE

The procedure number is out of range.

Declaration
public const int RPC_NT_PROCNUM_OUT_OF_RANGE = -1073610706
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_PROTOCOL_ERROR

An RPC protocol error occurred.

Declaration
public const int RPC_NT_PROTOCOL_ERROR = -1073610723
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_PROTSEQ_NOT_FOUND

The RPC protocol sequence was not found.

Declaration
public const int RPC_NT_PROTSEQ_NOT_FOUND = -1073610707
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_PROTSEQ_NOT_SUPPORTED

The RPC protocol sequence is not supported.

Declaration
public const int RPC_NT_PROTSEQ_NOT_SUPPORTED = -1073610748
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_PROXY_ACCESS_DENIED

Access to the HTTP proxy is denied.

Declaration
public const int RPC_NT_PROXY_ACCESS_DENIED = -1073610652
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SEC_PKG_ERROR

A security package specific error occurred.

Declaration
public const int RPC_NT_SEC_PKG_ERROR = -1073610665
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SEND_INCOMPLETE

Some data remains to be sent in the request buffer.

Declaration
public const int RPC_NT_SEND_INCOMPLETE = 1073873071
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SERVER_TOO_BUSY

The RPC server is too busy to complete this operation.

Declaration
public const int RPC_NT_SERVER_TOO_BUSY = -1073610728
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SERVER_UNAVAILABLE

The RPC server is unavailable.

Declaration
public const int RPC_NT_SERVER_UNAVAILABLE = -1073610729
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SS_CANNOT_GET_CALL_HANDLE

The stub is unable to get the call handle.

Declaration
public const int RPC_NT_SS_CANNOT_GET_CALL_HANDLE = -1073545208
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SS_CHAR_TRANS_OPEN_FAIL

The file designated by DCERPCCHARTRANS cannot be opened.

Declaration
public const int RPC_NT_SS_CHAR_TRANS_OPEN_FAIL = -1073545214
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SS_CHAR_TRANS_SHORT_FILE

The file containing the character translation table has fewer than 512 bytes.

Declaration
public const int RPC_NT_SS_CHAR_TRANS_SHORT_FILE = -1073545213
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SS_CONTEXT_DAMAGED

The context handle changed during a call.

Declaration
public const int RPC_NT_SS_CONTEXT_DAMAGED = -1073545210
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SS_CONTEXT_MISMATCH

The context handle does not match any known context handles.

Declaration
public const int RPC_NT_SS_CONTEXT_MISMATCH = -1073545211
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SS_HANDLES_MISMATCH

The binding handles passed to a remote procedure call do not match.

Declaration
public const int RPC_NT_SS_HANDLES_MISMATCH = -1073545209
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_SS_IN_NULL_CONTEXT

A null context handle is passed as an [in] parameter.

Declaration
public const int RPC_NT_SS_IN_NULL_CONTEXT = -1073545212
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_STRING_TOO_LONG

The string is too long.

Declaration
public const int RPC_NT_STRING_TOO_LONG = -1073610708
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_TYPE_ALREADY_REGISTERED

The type UUID has already been registered.

Declaration
public const int RPC_NT_TYPE_ALREADY_REGISTERED = -1073610739
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UNKNOWN_AUTHN_LEVEL

The authentication level is unknown.

Declaration
public const int RPC_NT_UNKNOWN_AUTHN_LEVEL = -1073610703
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UNKNOWN_AUTHN_SERVICE

The authentication service is unknown.

Declaration
public const int RPC_NT_UNKNOWN_AUTHN_SERVICE = -1073610704
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UNKNOWN_AUTHN_TYPE

The authentication type is unknown.

Declaration
public const int RPC_NT_UNKNOWN_AUTHN_TYPE = -1073610710
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UNKNOWN_AUTHZ_SERVICE

The authorization service is unknown.

Declaration
public const int RPC_NT_UNKNOWN_AUTHZ_SERVICE = -1073610701
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UNKNOWN_IF

The interface is unknown.

Declaration
public const int RPC_NT_UNKNOWN_IF = -1073610734
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UNKNOWN_MGR_TYPE

The manager type is unknown.

Declaration
public const int RPC_NT_UNKNOWN_MGR_TYPE = -1073610735
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UNSUPPORTED_AUTHN_LEVEL

The requested authentication level is not supported.

Declaration
public const int RPC_NT_UNSUPPORTED_AUTHN_LEVEL = -1073610669
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UNSUPPORTED_NAME_SYNTAX

The name syntax is not supported.

Declaration
public const int RPC_NT_UNSUPPORTED_NAME_SYNTAX = -1073610714
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UNSUPPORTED_TRANS_SYN

The transfer syntax is not supported by the RPC server.

Declaration
public const int RPC_NT_UNSUPPORTED_TRANS_SYN = -1073610721
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UNSUPPORTED_TYPE

The type UUID is not supported.

Declaration
public const int RPC_NT_UNSUPPORTED_TYPE = -1073610719
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UUID_LOCAL_ONLY

A UUID that is valid only on this computer has been allocated.

Declaration
public const int RPC_NT_UUID_LOCAL_ONLY = 1073872982
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_UUID_NO_ADDRESS

No network address is available to use to construct a UUID.

Declaration
public const int RPC_NT_UUID_NO_ADDRESS = -1073610712
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_WRONG_ES_VERSION

Incompatible version of the serializing package.

Declaration
public const int RPC_NT_WRONG_ES_VERSION = -1073545126
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_WRONG_KIND_OF_BINDING

The binding handle is not the correct type.

Declaration
public const int RPC_NT_WRONG_KIND_OF_BINDING = -1073610750
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_WRONG_PIPE_VERSION

Unsupported RPC pipe version.

Declaration
public const int RPC_NT_WRONG_PIPE_VERSION = -1073545122
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_WRONG_STUB_VERSION

Incompatible version of the RPC stub.

Declaration
public const int RPC_NT_WRONG_STUB_VERSION = -1073545125
Field Value
Type Description
Int32
| Improve this Doc View Source

RPC_NT_ZERO_DIVIDE

The RPC server attempted an integer divide by zero.

Declaration
public const int RPC_NT_ZERO_DIVIDE = -1073610684
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABANDON_HIBERFILE

A valid hibernation file has been invalidated and should be abandoned.

Declaration
public const int STATUS_ABANDON_HIBERFILE = 1073741875
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABANDONED

The success status codes 128 - 191 are reserved for wait completion status with an abandoned mutant object.

Declaration
public const int STATUS_ABANDONED = 128
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABANDONED_WAIT_0

STATUS_ABANDONED_WAIT_0

Declaration
public const int STATUS_ABANDONED_WAIT_0 = 128
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABANDONED_WAIT_63

STATUS_ABANDONED_WAIT_63

Declaration
public const int STATUS_ABANDONED_WAIT_63 = 191
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABIOS_INVALID_COMMAND

STATUS_ABIOS_INVALID_COMMAND

Declaration
public const int STATUS_ABIOS_INVALID_COMMAND = -1073741549
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABIOS_INVALID_LID

STATUS_ABIOS_INVALID_LID

Declaration
public const int STATUS_ABIOS_INVALID_LID = -1073741548
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABIOS_INVALID_SELECTOR

STATUS_ABIOS_INVALID_SELECTOR

Declaration
public const int STATUS_ABIOS_INVALID_SELECTOR = -1073741546
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABIOS_LID_ALREADY_OWNED

STATUS_ABIOS_LID_ALREADY_OWNED

Declaration
public const int STATUS_ABIOS_LID_ALREADY_OWNED = -1073741551
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABIOS_LID_NOT_EXIST

STATUS_ABIOS_LID_NOT_EXIST

Declaration
public const int STATUS_ABIOS_LID_NOT_EXIST = -1073741552
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABIOS_NOT_LID_OWNER

STATUS_ABIOS_NOT_LID_OWNER

Declaration
public const int STATUS_ABIOS_NOT_LID_OWNER = -1073741550
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABIOS_NOT_PRESENT

STATUS_ABIOS_NOT_PRESENT

Declaration
public const int STATUS_ABIOS_NOT_PRESENT = -1073741553
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ABIOS_SELECTOR_NOT_AVAILABLE

STATUS_ABIOS_SELECTOR_NOT_AVAILABLE

Declaration
public const int STATUS_ABIOS_SELECTOR_NOT_AVAILABLE = -1073741547
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCESS_AUDIT_BY_POLICY

Access to %1 is monitored by policy rule %2.

Declaration
public const int STATUS_ACCESS_AUDIT_BY_POLICY = 1073741874
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCESS_DENIED

{Access Denied} A process has requested access to an object, but has not been granted those access rights.

Declaration
public const int STATUS_ACCESS_DENIED = -1073741790
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT

Access to %1 has been restricted by your Administrator by the default software restriction policy level.

Declaration
public const int STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT = -1073740959
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCESS_DISABLED_BY_POLICY_OTHER

Access to %1 has been restricted by your Administrator by policy rule %2.

Declaration
public const int STATUS_ACCESS_DISABLED_BY_POLICY_OTHER = -1073740956
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCESS_DISABLED_BY_POLICY_PATH

Access to %1 has been restricted by your Administrator by location with policy rule %2 placed on path %3

Declaration
public const int STATUS_ACCESS_DISABLED_BY_POLICY_PATH = -1073740958
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER

Access to %1 has been restricted by your Administrator by software publisher policy.

Declaration
public const int STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER = -1073740957
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY

Access to %1 has been restricted by your Administrator by policy rule %2.

Declaration
public const int STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY = -1073740942
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCESS_VIOLATION

The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.

Declaration
public const int STATUS_ACCESS_VIOLATION = -1073741819
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCOUNT_DISABLED

The referenced account is currently disabled and may not be logged on to.

Declaration
public const int STATUS_ACCOUNT_DISABLED = -1073741710
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCOUNT_EXPIRED

The user's account has expired.

Declaration
public const int STATUS_ACCOUNT_EXPIRED = -1073741421
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCOUNT_LOCKED_OUT

The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested.

Declaration
public const int STATUS_ACCOUNT_LOCKED_OUT = -1073741260
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACCOUNT_RESTRICTION

Indicates a referenced user name and authentication information are valid, but some user account restriction has prevented successful authentication (such as time-of-day restrictions).

Declaration
public const int STATUS_ACCOUNT_RESTRICTION = -1073741714
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_ACQUIRE_GLOBAL_LOCK

The Global system lock could not be acquired

Declaration
public const int STATUS_ACPI_ACQUIRE_GLOBAL_LOCK = -1072431086
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_ADDRESS_NOT_MAPPED

An address failed to translate

Declaration
public const int STATUS_ACPI_ADDRESS_NOT_MAPPED = -1072431092
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_ALREADY_INITIALIZED

An attempt was made to reinitialize the ACPI subsystem

Declaration
public const int STATUS_ACPI_ALREADY_INITIALIZED = -1072431085
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_ASSERT_FAILED

An inconsistent state has occurred

Declaration
public const int STATUS_ACPI_ASSERT_FAILED = -1072431101
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_FATAL

A fatal error has occurred

Declaration
public const int STATUS_ACPI_FATAL = -1072431098
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_HANDLER_COLLISION

A handler for the target already exists

Declaration
public const int STATUS_ACPI_HANDLER_COLLISION = -1072431090
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INCORRECT_ARGUMENT_COUNT

An incorrect number of arguments were specified

Declaration
public const int STATUS_ACPI_INCORRECT_ARGUMENT_COUNT = -1072431093
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_ACCESS_SIZE

An attempt was made to access a field outside of the defined range

Declaration
public const int STATUS_ACPI_INVALID_ACCESS_SIZE = -1072431087
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_ARGTYPE

An argument with an incorrect type was specified

Declaration
public const int STATUS_ACPI_INVALID_ARGTYPE = -1072431096
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_ARGUMENT

A required argument was not specified

Declaration
public const int STATUS_ACPI_INVALID_ARGUMENT = -1072431099
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_DATA

Invalid data for the target was specified

Declaration
public const int STATUS_ACPI_INVALID_DATA = -1072431089
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_EVENTTYPE

An incorrect event type was specified

Declaration
public const int STATUS_ACPI_INVALID_EVENTTYPE = -1072431091
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_INDEX

An attempt was made to access an array outside of its bounds

Declaration
public const int STATUS_ACPI_INVALID_INDEX = -1072431100
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_MUTEX_LEVEL

An incorrect mutex was specified

Declaration
public const int STATUS_ACPI_INVALID_MUTEX_LEVEL = -1072431083
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_OBJTYPE

An object with an incorrect type was specified

Declaration
public const int STATUS_ACPI_INVALID_OBJTYPE = -1072431095
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_OPCODE

An attempt was made to run an invalid AML opcode

Declaration
public const int STATUS_ACPI_INVALID_OPCODE = -1072431103
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_REGION

An invalid region for the target was specified

Declaration
public const int STATUS_ACPI_INVALID_REGION = -1072431088
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_SUPERNAME

An invalid SuperName was specified

Declaration
public const int STATUS_ACPI_INVALID_SUPERNAME = -1072431097
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_TABLE

An attempt was made to use an incorrect table

Declaration
public const int STATUS_ACPI_INVALID_TABLE = -1072431079
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_INVALID_TARGETTYPE

A target with an incorrect type was specified

Declaration
public const int STATUS_ACPI_INVALID_TARGETTYPE = -1072431094
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_MUTEX_NOT_OWNED

The mutex is not currently owned

Declaration
public const int STATUS_ACPI_MUTEX_NOT_OWNED = -1072431082
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_MUTEX_NOT_OWNER

An attempt was made to access the mutex by a process that was not the owner

Declaration
public const int STATUS_ACPI_MUTEX_NOT_OWNER = -1072431081
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_NOT_INITIALIZED

The ACPI subsystem has not been initialized

Declaration
public const int STATUS_ACPI_NOT_INITIALIZED = -1072431084
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_POWER_REQUEST_FAILED

An ACPI Power Object failed to transition state

Declaration
public const int STATUS_ACPI_POWER_REQUEST_FAILED = -1072431071
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_REG_HANDLER_FAILED

The registration of an ACPI event failed

Declaration
public const int STATUS_ACPI_REG_HANDLER_FAILED = -1072431072
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_RS_ACCESS

An error occurred during an access to Region Space

Declaration
public const int STATUS_ACPI_RS_ACCESS = -1072431080
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ACPI_STACK_OVERFLOW

The AML Interpreter Stack has overflowed

Declaration
public const int STATUS_ACPI_STACK_OVERFLOW = -1072431102
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ADAPTER_HARDWARE_ERROR

An I/O adapter hardware error has occurred.

Declaration
public const int STATUS_ADAPTER_HARDWARE_ERROR = -1073741630
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ADDRESS_ALREADY_ASSOCIATED

The transport endpoint already has an address associated with it.

Declaration
public const int STATUS_ADDRESS_ALREADY_ASSOCIATED = -1073741256
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ADDRESS_ALREADY_EXISTS

The transport address could not be opened because it already exists.

Declaration
public const int STATUS_ADDRESS_ALREADY_EXISTS = -1073741302
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ADDRESS_CLOSED

The transport address is now closed.

Declaration
public const int STATUS_ADDRESS_CLOSED = -1073741301
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ADDRESS_NOT_ASSOCIATED

An address has not yet been associated with the transport endpoint.

Declaration
public const int STATUS_ADDRESS_NOT_ASSOCIATED = -1073741255
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ADMINLESS_ACCESS_DENIED

Access to the specified resource has been denied for an adminless system.

Declaration
public const int STATUS_ADMINLESS_ACCESS_DENIED = -1073700348
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ADVANCED_INSTALLER_FAILED

An advanced installer failed during setup or servicing.

Declaration
public const int STATUS_ADVANCED_INSTALLER_FAILED = -1072365536
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_AGENTS_EXHAUSTED

There are no more authority agent values available for the given identifier authority value.

Declaration
public const int STATUS_AGENTS_EXHAUSTED = -1073741691
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALERTED

STATUS_ALERTED

Declaration
public const int STATUS_ALERTED = 257
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALIAS_EXISTS

The specified local group already exists.

Declaration
public const int STATUS_ALIAS_EXISTS = -1073741484
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALL_SIDS_FILTERED

The SID filtering operation removed all SIDs.

Declaration
public const int STATUS_ALL_SIDS_FILTERED = -1073740962
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED

The total delegated trust creation quota has been exceeded.

Declaration
public const int STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED = -1073740798
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALLOCATE_BUCKET

The bucket array must be grown. Retry transaction after doing so.

Declaration
public const int STATUS_ALLOCATE_BUCKET = -1073741265
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALLOTTED_SPACE_EXCEEDED

When a block of memory is allotted for future updates, such as the memory allocated to hold discretionary access control and primary group information, successive updates may exceed the amount of memory originally allotted. Since quota may already have been charged to several processes which have handles to the object, it is not reasonable to alter the size of the allocated memory. Instead, a request that requires more memory than has been allotted must fail and the STATUS_ALLOTED_SPACE_EXCEEDED error returned.

Declaration
public const int STATUS_ALLOTTED_SPACE_EXCEEDED = -1073741671
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALPC_CHECK_COMPLETION_LIST

The receive operation was successful. Check the ALPC completion list for the received message.

Declaration
public const int STATUS_ALPC_CHECK_COMPLETION_LIST = 1073741872
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALREADY_COMMITTED

{Already Committed} The specified address range is already committed.

Declaration
public const int STATUS_ALREADY_COMMITTED = -1073741791
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALREADY_COMPLETE

The requested action was completed by an earlier operation.

Declaration
public const int STATUS_ALREADY_COMPLETE = 255
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALREADY_DISCONNECTED

The specified connection has already been disconnected.

Declaration
public const int STATUS_ALREADY_DISCONNECTED = -2147483611
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALREADY_HAS_STREAM_ID

This file is currently associated with a different stream id.

Declaration
public const int STATUS_ALREADY_HAS_STREAM_ID = -1073740530
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALREADY_INITIALIZED

The specified object has already been initialized.

Declaration
public const int STATUS_ALREADY_INITIALIZED = -1073740528
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALREADY_REGISTERED

The provided callback is already registered.

Declaration
public const int STATUS_ALREADY_REGISTERED = -1073740008
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ALREADY_WIN32

STATUS_ALREADY_WIN32

Declaration
public const int STATUS_ALREADY_WIN32 = 1073741851
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_AMBIGUOUS_SYSTEM_DEVICE

The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.

Declaration
public const int STATUS_AMBIGUOUS_SYSTEM_DEVICE = -1073740719
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APC_RETURNED_WHILE_IMPERSONATING

A threadpool worker thread is impersonating a client, after executing an APC. This is unexpected, indicating that the APC is missing a call to revert the impersonation.

Declaration
public const int STATUS_APC_RETURNED_WHILE_IMPERSONATING = -1073740015
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APISET_NOT_HOSTED

The target dll was not found because the apiset %hs is not hosted.

Declaration
public const int STATUS_APISET_NOT_HOSTED = -1073740671
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APISET_NOT_PRESENT

The API set extension contains a host for a non-existent API set.

Declaration
public const int STATUS_APISET_NOT_PRESENT = -1073740670
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APP_DATA_CORRUPT

Fast Cache data corrupt.

Declaration
public const int STATUS_APP_DATA_CORRUPT = -1073700221
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APP_DATA_EXPIRED

Fast Cache data expired.

Declaration
public const int STATUS_APP_DATA_EXPIRED = -1073700222
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APP_DATA_LIMIT_EXCEEDED

Fast Cache data has exceeded its max size and cannot be updated.

Declaration
public const int STATUS_APP_DATA_LIMIT_EXCEEDED = -1073700220
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APP_DATA_NOT_FOUND

Fast Cache data not found.

Declaration
public const int STATUS_APP_DATA_NOT_FOUND = -1073700223
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APP_DATA_REBOOT_REQUIRED

Fast Cache has been ReArmed and requires a reboot until it can be updated.

Declaration
public const int STATUS_APP_DATA_REBOOT_REQUIRED = -1073700219
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APP_INIT_FAILURE

{Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application.

Declaration
public const int STATUS_APP_INIT_FAILURE = -1073741499
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APPEXEC_CONDITION_NOT_SATISFIED

The condition supplied for the app execution request was not satisfied, so the request was not performed.

Declaration
public const int STATUS_APPEXEC_CONDITION_NOT_SATISFIED = -1058275328
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APPEXEC_HANDLE_INVALIDATED

The supplied handle has been invalidated and may not be used for the requested operation.

Declaration
public const int STATUS_APPEXEC_HANDLE_INVALIDATED = -1058275327
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APPEXEC_HOST_ID_MISMATCH

The operation was not completed because an unexpected host ID was encountered.

Declaration
public const int STATUS_APPEXEC_HOST_ID_MISMATCH = -1058275322
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APPEXEC_INVALID_HOST_GENERATION

The supplied host generation has been invalidated and may not be used for the requested operation.

Declaration
public const int STATUS_APPEXEC_INVALID_HOST_GENERATION = -1058275326
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APPEXEC_INVALID_HOST_STATE

The host is not in a valid state to support the execution request.

Declaration
public const int STATUS_APPEXEC_INVALID_HOST_STATE = -1058275324
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APPEXEC_NO_DONOR

The operation was not completed because a required resource donor was not found for the host.

Declaration
public const int STATUS_APPEXEC_NO_DONOR = -1058275323
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION

An attempt to register a process failed because the target host was not in a valid state to receive process registrations.

Declaration
public const int STATUS_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION = -1058275325
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APPHELP_BLOCK

AppHelp dialog canceled thus preventing the application from starting.

Declaration
public const int STATUS_APPHELP_BLOCK = -1073740963
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APPX_FILE_NOT_ENCRYPTED

The APPX file can not be accessed because it is not encrypted as expected.

Declaration
public const int STATUS_APPX_FILE_NOT_ENCRYPTED = -1073740634
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN

A corrupted CLR NGEN binary was detected on the system.

Declaration
public const int STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN = -1073740673
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ARBITRATION_UNHANDLED

The arbiter has deferred arbitration of these resources to its parent

Declaration
public const int STATUS_ARBITRATION_UNHANDLED = 1073741862
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ARRAY_BOUNDS_EXCEEDED

{EXCEPTION} Array bounds exceeded.

Declaration
public const int STATUS_ARRAY_BOUNDS_EXCEEDED = -1073741684
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ASSERTION_FAILURE

An assertion failure has occurred.

Declaration
public const int STATUS_ASSERTION_FAILURE = -1073740768
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ATTACHED_EXECUTABLE_MEMORY_WRITE

A write to executable memory occurred from kernel mode while attached to a process that is managing such operations.

Declaration
public const int STATUS_ATTACHED_EXECUTABLE_MEMORY_WRITE = -1073739995
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ATTRIBUTE_NOT_PRESENT

The requested attribute is not present on the specified file or directory.

Declaration
public const int STATUS_ATTRIBUTE_NOT_PRESENT = -1073740532
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_AUDIO_ENGINE_NODE_NOT_FOUND

PortCls could not find an audio engine node exposed by a miniport driver claiming support for IMiniportAudioEngineNode.

Declaration
public const int STATUS_AUDIO_ENGINE_NODE_NOT_FOUND = -1069285375
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_AUDIT_FAILED

{Audit Failed} An attempt to generate a security audit failed.

Declaration
public const int STATUS_AUDIT_FAILED = -1073741244
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_AUDITING_DISABLED

The specified event is currently not being audited.

Declaration
public const int STATUS_AUDITING_DISABLED = -1073740970
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_AUTH_TAG_MISMATCH

The computed authentication tag did not match the input authentication tag.

Declaration
public const int STATUS_AUTH_TAG_MISMATCH = -1073700862
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_AUTHENTICATION_FIREWALL_FAILED

Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.

Declaration
public const int STATUS_AUTHENTICATION_FIREWALL_FAILED = -1073740781
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_AUTHIP_FAILURE

Indicates that there was an AuthIP failure when attempting to connect to the remote host.

Declaration
public const int STATUS_AUTHIP_FAILURE = -1073700730
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BACKUP_CONTROLLER

This operation is only allowed for the Primary Domain Controller of the domain.

Declaration
public const int STATUS_BACKUP_CONTROLLER = -1073741433
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_BINDINGS

Client's supplied SSPI channel bindings were incorrect.

Declaration
public const int STATUS_BAD_BINDINGS = -1073740965
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_CLUSTERS

The operation could not be completed due to bad clusters on disk.

Declaration
public const int STATUS_BAD_CLUSTERS = -1073739771
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_COMPRESSION_BUFFER

The specified buffer contains ill-formed data.

Declaration
public const int STATUS_BAD_COMPRESSION_BUFFER = -1073741246
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_CURRENT_DIRECTORY

{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.

Declaration
public const int STATUS_BAD_CURRENT_DIRECTORY = 1073741831
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_DATA

Bad data.

Declaration
public const int STATUS_BAD_DATA = -1073739509
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_DESCRIPTOR_FORMAT

Indicates a security descriptor is not in the necessary format (absolute or self-relative).

Declaration
public const int STATUS_BAD_DESCRIPTOR_FORMAT = -1073741593
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_DEVICE_TYPE

{Incorrect Network Resource Type} The specified device type (LPT, for example) conflicts with the actual device type on the remote resource.

Declaration
public const int STATUS_BAD_DEVICE_TYPE = -1073741621
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_DLL_ENTRYPOINT

{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.

Declaration
public const int STATUS_BAD_DLL_ENTRYPOINT = -1073741231
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_FILE_TYPE

The file type being saved or retrieved has been blocked.

Declaration
public const int STATUS_BAD_FILE_TYPE = -1073739517
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_FUNCTION_TABLE

A malformed function table was encountered during an unwind operation.

Declaration
public const int STATUS_BAD_FUNCTION_TABLE = -1073741569
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_IMPERSONATION_LEVEL

A specified impersonation level is invalid. Also used to indicate a required impersonation level was not provided.

Declaration
public const int STATUS_BAD_IMPERSONATION_LEVEL = -1073741659
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_INHERITANCE_ACL

Indicates that an attempt to build either an inherited ACL or ACE was not successful. This can be caused by a number of things. One of the more probable causes is the replacement of a CreatorId with an SID that didn't fit into the ACE or ACL.

Declaration
public const int STATUS_BAD_INHERITANCE_ACL = -1073741699
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_INITIAL_PC

An invalid initial start address was specified in a call to NtCreateThread.

Declaration
public const int STATUS_BAD_INITIAL_PC = -1073741814
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_INITIAL_STACK

An invalid initial stack was specified in a call to NtCreateThread.

Declaration
public const int STATUS_BAD_INITIAL_STACK = -1073741815
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_KEY

Bad key.

Declaration
public const int STATUS_BAD_KEY = -1073739510
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_LOGON_SESSION_STATE

The logon session is not in a state that is consistent with the requested operation.

Declaration
public const int STATUS_BAD_LOGON_SESSION_STATE = -1073741564
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_MASTER_BOOT_RECORD

The type of a token object is inappropriate for its attempted use.

Declaration
public const int STATUS_BAD_MASTER_BOOT_RECORD = -1073741655
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_MCFG_TABLE

The resources required for this device conflict with the MCFG table.

Declaration
public const int STATUS_BAD_MCFG_TABLE = -1073739512
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_NETWORK_NAME

{Network Name Not Found} The specified share name cannot be found on the remote server.

Declaration
public const int STATUS_BAD_NETWORK_NAME = -1073741620
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_NETWORK_PATH

The network path cannot be located.

Declaration
public const int STATUS_BAD_NETWORK_PATH = -1073741634
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_REMOTE_ADAPTER

The remote adapter is not compatible.

Declaration
public const int STATUS_BAD_REMOTE_ADAPTER = -1073741627
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_SERVICE_ENTRYPOINT

{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.

Declaration
public const int STATUS_BAD_SERVICE_ENTRYPOINT = -1073741230
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_STACK

An invalid or unaligned stack was encountered during an unwind operation.

Declaration
public const int STATUS_BAD_STACK = -1073741784
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_TOKEN_TYPE

The type of a token object is inappropriate for its attempted use.

Declaration
public const int STATUS_BAD_TOKEN_TYPE = -1073741656
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_VALIDATION_CLASS

The validation information class requested was invalid.

Declaration
public const int STATUS_BAD_VALIDATION_CLASS = -1073741657
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BAD_WORKING_SET_LIMIT

An attempt was made to set the working set limit to an invalid value (minimum greater than maximum, etc).

Declaration
public const int STATUS_BAD_WORKING_SET_LIMIT = -1073741748
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED

Some BCD entries were not imported correctly from the BCD store.

Declaration
public const int STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED = -2143748095
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED

Some BCD entries were not synchronized correctly with the firmware.

Declaration
public const int STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED = -2143748093
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BCD_TOO_MANY_ELEMENTS

Entries enumerated have exceeded the allowed threshold.

Declaration
public const int STATUS_BCD_TOO_MANY_ELEMENTS = -1070006270
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BEGINNING_OF_MEDIA

Beginning of tape or partition has been detected.

Declaration
public const int STATUS_BEGINNING_OF_MEDIA = -2147483617
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BEYOND_VDL

The operation was attempted beyond the valid data length of the file.

Declaration
public const int STATUS_BEYOND_VDL = -1073740750
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT

The system bios failed to connect a system interrupt to the device or bus for which the device is connected.

Declaration
public const int STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT = -1073741458
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BIZRULES_NOT_ENABLED

Business rule scripts are disabled for the calling application.

Declaration
public const int STATUS_BIZRULES_NOT_ENABLED = 1073741876
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BLOCK_TOO_MANY_REFERENCES

A file system block being referenced has already reached the maximum reference count and can't be referenced any further.

Declaration
public const int STATUS_BLOCK_TOO_MANY_REFERENCES = -1073740660
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BLOCKED_BY_PARENTAL_CONTROLS

The operation was blocked by parental controls.

Declaration
public const int STATUS_BLOCKED_BY_PARENTAL_CONTROLS = -1073740664
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BREAKPOINT

{EXCEPTION} Breakpoint A breakpoint has been reached.

Declaration
public const int STATUS_BREAKPOINT = -2147483645
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND

No attribute found within the given attribute handle range.

Declaration
public const int STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND = -1069416438
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG

The attribute cannot be read or written using the Read Blob Request.

Declaration
public const int STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG = -1069416437
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION

The attribute requires authentication before it can be read or written.

Declaration
public const int STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION = -1069416443
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION

The attribute requires authorization before it can be read or written.

Declaration
public const int STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION = -1069416440
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION

The attribute requires encryption before it can be read or written.

Declaration
public const int STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION = -1069416433
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE

The Encryption Key Size used for encrypting this link is insufficient.

Declaration
public const int STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE = -1069416436
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_INSUFFICIENT_RESOURCES

Insufficient Resources to complete the request.

Declaration
public const int STATUS_BTH_ATT_INSUFFICIENT_RESOURCES = -1069416431
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH

The attribute value length is invalid for the operation.

Declaration
public const int STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH = -1069416435
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_INVALID_HANDLE

The attribute handle given was not valid on this server.

Declaration
public const int STATUS_BTH_ATT_INVALID_HANDLE = -1069416447
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_INVALID_OFFSET

Offset specified was past the end of the attribute.

Declaration
public const int STATUS_BTH_ATT_INVALID_OFFSET = -1069416441
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_INVALID_PDU

The attribute PDU was invalid.

Declaration
public const int STATUS_BTH_ATT_INVALID_PDU = -1069416444
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_PREPARE_QUEUE_FULL

Too many prepare writes have been queued.

Declaration
public const int STATUS_BTH_ATT_PREPARE_QUEUE_FULL = -1069416439
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_READ_NOT_PERMITTED

The attribute cannot be read.

Declaration
public const int STATUS_BTH_ATT_READ_NOT_PERMITTED = -1069416446
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED

Attribute server does not support the request received from the client.

Declaration
public const int STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED = -1069416442
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_UNKNOWN_ERROR

An error that lies in the reserved range has been received.

Declaration
public const int STATUS_BTH_ATT_UNKNOWN_ERROR = -1069412352
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_UNLIKELY

The attribute request that was requested has encountered an error that was unlikely, and therefore could not be completed as requested.

Declaration
public const int STATUS_BTH_ATT_UNLIKELY = -1069416434
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE

The attribute type is not a supported grouping attribute as defined by a higher layer specification.

Declaration
public const int STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE = -1069416432
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BTH_ATT_WRITE_NOT_PERMITTED

The attribute cannot be written.

Declaration
public const int STATUS_BTH_ATT_WRITE_NOT_PERMITTED = -1069416445
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BUFFER_ALL_ZEROS

Specified buffer contains all zeros.

Declaration
public const int STATUS_BUFFER_ALL_ZEROS = 279
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BUFFER_OVERFLOW

{Buffer Overflow} The data was too large to fit into the specified buffer.

Declaration
public const int STATUS_BUFFER_OVERFLOW = -2147483643
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BUFFER_TOO_SMALL

{Buffer Too Small} The buffer is too small to contain the entry. No information has been written to the buffer.

Declaration
public const int STATUS_BUFFER_TOO_SMALL = -1073741789
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_BUS_RESET

{I/O Bus Reset} An I/O bus reset was detected.

Declaration
public const int STATUS_BUS_RESET = -2147483619
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CACHE_PAGE_LOCKED

Cached page was locked during operation.

Declaration
public const int STATUS_CACHE_PAGE_LOCKED = 277
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CALLBACK_BYPASS

A callback has requested to bypass native code.

Declaration
public const int STATUS_CALLBACK_BYPASS = -1073740541
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CALLBACK_INVOKE_INLINE

The callback function must be invoked inline.

Declaration
public const int STATUS_CALLBACK_INVOKE_INLINE = -1073740661
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CALLBACK_POP_STACK

An exception has occurred in a user mode callback and the kernel callback frame should be removed.

Declaration
public const int STATUS_CALLBACK_POP_STACK = -1073740765
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CALLBACK_RETURNED_LANG

A threadpool worker thread enter a callback, which left with preferred languages set. This is unexpected, indicating that the callback missed clearing them.

Declaration
public const int STATUS_CALLBACK_RETURNED_LANG = -1073740001
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CALLBACK_RETURNED_LDR_LOCK

A threadpool worker thread enter a callback, which left the loader lock held. This is unexpected, indicating that the callback missed releasing the lock.

Declaration
public const int STATUS_CALLBACK_RETURNED_LDR_LOCK = -1073740002
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CALLBACK_RETURNED_PRI_BACK

A threadpool worker thread enter a callback, which left with background priorities set. This is unexpected, indicating that the callback missed restoring the original priorities.

Declaration
public const int STATUS_CALLBACK_RETURNED_PRI_BACK = -1073740000
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CALLBACK_RETURNED_THREAD_AFFINITY

A threadpool worker thread enter a callback at thread affinity %p and exited at affinity %p. This is unexpected, indicating that the callback missed restoring the priority.

Declaration
public const int STATUS_CALLBACK_RETURNED_THREAD_AFFINITY = -1073739999
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CALLBACK_RETURNED_THREAD_PRIORITY

A threadpool worker thread enter a callback at thread base priority 0x%x and exited at priority 0x%x. This is unexpected, indicating that the callback missed restoring the priority.

Declaration
public const int STATUS_CALLBACK_RETURNED_THREAD_PRIORITY = -1073740005
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CALLBACK_RETURNED_TRANSACTION

A threadpool worker thread enter a callback, which left transaction state. This is unexpected, indicating that the callback missed clearing the transaction.

Declaration
public const int STATUS_CALLBACK_RETURNED_TRANSACTION = -1073740003
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING

A threadpool worker thread is impersonating a client, after a callback to 0x%p(0x%p). This is unexpected, indicating that the callback is missing a call to revert the impersonation.

Declaration
public const int STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING = -1073740016
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANCELLED

The I/O request was canceled.

Declaration
public const int STATUS_CANCELLED = -1073741536
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANNOT_ABORT_TRANSACTIONS

The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down.

Declaration
public const int STATUS_CANNOT_ABORT_TRANSACTIONS = -1072103347
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANNOT_ACCEPT_TRANSACTED_WORK

The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources.

Declaration
public const int STATUS_CANNOT_ACCEPT_TRANSACTED_WORK = -1072103348
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANNOT_BREAK_OPLOCK

The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken.

Declaration
public const int STATUS_CANNOT_BREAK_OPLOCK = -1073739511
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANNOT_DELETE

An attempt has been made to remove a file or directory that cannot be deleted.

Declaration
public const int STATUS_CANNOT_DELETE = -1073741535
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION

This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader.

Declaration
public const int STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION = -1072103356
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANNOT_GRANT_REQUESTED_OPLOCK

An oplock of the requested level cannot be granted. An oplock of a lower level may be available.

Declaration
public const int STATUS_CANNOT_GRANT_REQUESTED_OPLOCK = -2147483602
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANNOT_IMPERSONATE

Indicates that an attempt has been made to impersonate via a named pipe that has not yet been read from.

Declaration
public const int STATUS_CANNOT_IMPERSONATE = -1073741555
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANNOT_LOAD_REGISTRY_FILE

{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.

Declaration
public const int STATUS_CANNOT_LOAD_REGISTRY_FILE = -1073741288
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANNOT_MAKE

The directory or file cannot be created.

Declaration
public const int STATUS_CANNOT_MAKE = -1073741078
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANNOT_SWITCH_RUNLEVEL

The requested run level switch cannot be completed successfully since one or more services refused to stop or restart.

Declaration
public const int STATUS_CANNOT_SWITCH_RUNLEVEL = -1073700543
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_ACCESS_DOMAIN_INFO

Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.

Declaration
public const int STATUS_CANT_ACCESS_DOMAIN_INFO = -1073741606
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY

The operation cannot be performed because another transaction is depending on the fact that this property will not change.

Declaration
public const int STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY = -1072103369
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS

It is not possible to create any more miniversions for this stream.

Declaration
public const int STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS = -1072103386
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_CROSS_RM_BOUNDARY

The operation would involve a single file with two transactional resource managers and is therefore not allowed.

Declaration
public const int STATUS_CANT_CROSS_RM_BOUNDARY = -1072103368
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_DISABLE_MANDATORY

A mandatory group may not be disabled.

Declaration
public const int STATUS_CANT_DISABLE_MANDATORY = -1073741731
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_ENABLE_DENY_ONLY

A group marked use for deny only cannot be enabled.

Declaration
public const int STATUS_CANT_ENABLE_DENY_ONLY = -1073741133
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_OPEN_ANONYMOUS

An attempt was made to open an Anonymous level token. Anonymous tokens may not be opened.

Declaration
public const int STATUS_CANT_OPEN_ANONYMOUS = -1073741658
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT

It is not possible to open a miniversion with modify access.

Declaration
public const int STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT = -1072103387
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_RECOVER_WITH_HANDLE_OPEN

The file can't be recovered because there is a handle still open on it.

Declaration
public const int STATUS_CANT_RECOVER_WITH_HANDLE_OPEN = -2145845199
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_TERMINATE_SELF

Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.

Declaration
public const int STATUS_CANT_TERMINATE_SELF = -1073741605
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CANT_WAIT

Used to indicate that an operation cannot continue without blocking for I/O.

Declaration
public const int STATUS_CANT_WAIT = -1073741608
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CARDBUS_NOT_SUPPORTED

The device "%hs" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode. The operating system will currently accept only 16-bit (R2) pc-cards on this controller.

Declaration
public const int STATUS_CARDBUS_NOT_SUPPORTED = 1073741863
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE

The client certificate account mapping is not unique.

Declaration
public const int STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE = -1073740012
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CHECKING_FILE_SYSTEM

Checking file system on %wZ

Declaration
public const int STATUS_CHECKING_FILE_SYSTEM = 1073741844
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CHECKOUT_REQUIRED

The file must be checked out before saving changes.

Declaration
public const int STATUS_CHECKOUT_REQUIRED = -1073739518
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CHILD_MUST_BE_VOLATILE

An attempt was made to create a Stable subkey under a Volatile parent key.

Declaration
public const int STATUS_CHILD_MUST_BE_VOLATILE = -1073741439
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CHILD_PROCESS_BLOCKED

The process creation has been blocked.

Declaration
public const int STATUS_CHILD_PROCESS_BLOCKED = -1073740643
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLEANER_CARTRIDGE_INSTALLED

A cleaner cartridge is present in the tape library.

Declaration
public const int STATUS_CLEANER_CARTRIDGE_INSTALLED = -2147483609
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLIENT_SERVER_PARAMETERS_INVALID

The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.

Declaration
public const int STATUS_CLIENT_SERVER_PARAMETERS_INVALID = -1073741277
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLIP_DEVICE_LICENSE_MISSING

CLiP device license not found.

Declaration
public const int STATUS_CLIP_DEVICE_LICENSE_MISSING = -1058406397
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID

CLiP keyholder license is invalid or missing.

Declaration
public const int STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID = -1058406395
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH

CLiP license device ID does not match the device ID in the bound device license.

Declaration
public const int STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH = -1058406390
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLIP_LICENSE_EXPIRED

CLiP license has expired.

Declaration
public const int STATUS_CLIP_LICENSE_EXPIRED = -1058406394
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE

CLiP license hardware ID is out of tolerance.

Declaration
public const int STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE = -1058406391
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLIP_LICENSE_INVALID_SIGNATURE

CLiP license has an invalid signature.

Declaration
public const int STATUS_CLIP_LICENSE_INVALID_SIGNATURE = -1058406396
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLIP_LICENSE_NOT_FOUND

CLiP license not found.

Declaration
public const int STATUS_CLIP_LICENSE_NOT_FOUND = -1058406398
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLIP_LICENSE_NOT_SIGNED

CLiP license is not signed.

Declaration
public const int STATUS_CLIP_LICENSE_NOT_SIGNED = -1058406392
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE

CLiP license is signed by an unknown source.

Declaration
public const int STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE = -1058406393
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_ACCESS_DENIED

Access to the cloud file is denied.

Declaration
public const int STATUS_CLOUD_FILE_ACCESS_DENIED = -1073688808
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_ALREADY_CONNECTED

The cloud sync root is already connected with another cloud sync provider.

Declaration
public const int STATUS_CLOUD_FILE_ALREADY_CONNECTED = -1073688823
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_AUTHENTICATION_FAILED

The cloud sync provider failed user authentication.

Declaration
public const int STATUS_CLOUD_FILE_AUTHENTICATION_FAILED = -1073688817
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY

The operation is reserved for a connected cloud sync provider.

Declaration
public const int STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY = -1073688819
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_IN_USE

The operation cannot be performed on cloud files in use.

Declaration
public const int STATUS_CLOUD_FILE_IN_USE = -1073688812
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS

The cloud operation cannot be performed on a file with incompatible hardlinks.

Declaration
public const int STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS = -1073688807
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES

The cloud sync provider failed to perform the operation due to low system resources.

Declaration
public const int STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES = -1073688816
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_INVALID_REQUEST

The cloud operation is invalid.

Declaration
public const int STATUS_CLOUD_FILE_INVALID_REQUEST = -1073688821
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_METADATA_CORRUPT

The cloud file metadata is corrupt and unreadable.

Declaration
public const int STATUS_CLOUD_FILE_METADATA_CORRUPT = -1073688830
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_METADATA_TOO_LARGE

The cloud file metadata is too large.

Declaration
public const int STATUS_CLOUD_FILE_METADATA_TOO_LARGE = -1073688829
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE

The cloud sync provider failed to perform the operation due to network being unavailable.

Declaration
public const int STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE = -1073688815
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_NOT_IN_SYNC

The file is not in sync with the cloud.

Declaration
public const int STATUS_CLOUD_FILE_NOT_IN_SYNC = -1073688824
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_NOT_SUPPORTED

The operation is not supported by the cloud sync provider.

Declaration
public const int STATUS_CLOUD_FILE_NOT_SUPPORTED = -1073688822
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT

The operation is only supported on files under a cloud sync root.

Declaration
public const int STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT = -1073688813
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_PINNED

The operation cannot be performed on pinned cloud files.

Declaration
public const int STATUS_CLOUD_FILE_PINNED = -1073688811
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH

The cloud file property is possibly corrupt. The on-disk checksum does not match the computed checksum.

Declaration
public const int STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH = -2147430656
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE

The cloud file property is too large.

Declaration
public const int STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE = -2147430652
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_PROPERTY_CORRUPT

The cloud file's property store is corrupt.

Declaration
public const int STATUS_CLOUD_FILE_PROPERTY_CORRUPT = -1073688809
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT

The operation failed due to a conflicting cloud file property lock.

Declaration
public const int STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT = -1073688806
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED

The version of the cloud file property store is not supported.

Declaration
public const int STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED = -1073688826
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING

The cloud file provider is not running.

Declaration
public const int STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING = -1073688831
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_PROVIDER_TERMINATED

The cloud file provider exited unexpectedly.

Declaration
public const int STATUS_CLOUD_FILE_PROVIDER_TERMINATED = -1073688803
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_READ_ONLY_VOLUME

The cloud operation is not supported on a read-only volume.

Declaration
public const int STATUS_CLOUD_FILE_READ_ONLY_VOLUME = -1073688820
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_REQUEST_ABORTED

The cloud operation was aborted.

Declaration
public const int STATUS_CLOUD_FILE_REQUEST_ABORTED = -1073688810
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_REQUEST_CANCELED

The cloud operation was canceled by user.

Declaration
public const int STATUS_CLOUD_FILE_REQUEST_CANCELED = -1073688805
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT

The cloud sync root metadata is corrupted.

Declaration
public const int STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT = -1073688832
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS

The maximum number of cloud file properties has been reached.

Declaration
public const int STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS = -2147430651
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_UNSUCCESSFUL

The cloud operation was unsuccessful.

Declaration
public const int STATUS_CLOUD_FILE_UNSUCCESSFUL = -1073688814
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLOUD_FILE_VALIDATION_FAILED

The cloud sync provider failed to validate the downloaded data.

Declaration
public const int STATUS_CLOUD_FILE_VALIDATION_FAILED = -1073688818
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED

Cluster CAM has detected that somone is trying to reply ticket.

Declaration
public const int STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED = -1072496591
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR

The operation has failed. CSVFS has to pause and refresh information.

Declaration
public const int STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR = -1072496607
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_INVALID_HANDLE

The operation has failed because CSV has invalidated this file object.

Declaration
public const int STATUS_CLUSTER_CSV_INVALID_HANDLE = -1072496599
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_NO_SNAPSHOTS

Volsnap on the coordinating node returned an error indicating that there is no snapshots on this volume.

Declaration
public const int STATUS_CLUSTER_CSV_NO_SNAPSHOTS = -1072496601
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_NOT_REDIRECTED

The operation has failed. CSVFS is not in redirected mode.

Declaration
public const int STATUS_CLUSTER_CSV_NOT_REDIRECTED = -1072496605
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS

The operation has failed because read oplock break is in progress.

Declaration
public const int STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS = -1072496608
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_REDIRECTED

The operation has failed. CSVFS does not allow block i/o in redirected mode.

Declaration
public const int STATUS_CLUSTER_CSV_REDIRECTED = -1072496606
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS

The operation has failed because snapshot creation is in progress.

Declaration
public const int STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS = -1072496603
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR

This operation is supported only on the CSV coordinator node.

Declaration
public const int STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR = -1072496592
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_VOLUME_DRAINING

CSVFS is failing operation because it is in draining state.

Declaration
public const int STATUS_CLUSTER_CSV_VOLUME_DRAINING = -1072496604
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL

The operation has succeeded on the down level file system, but CSV is failing it because it is in draining state.

Declaration
public const int STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL = -1072496602
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL

The cluster shared volume is not locally mounted.

Declaration
public const int STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL = -1072496615
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_INVALID_NETWORK

The cluster network is not valid.

Declaration
public const int STATUS_CLUSTER_INVALID_NETWORK = -1072496624
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_INVALID_NETWORK_PROVIDER

The cluster network provider is not valid.

Declaration
public const int STATUS_CLUSTER_INVALID_NETWORK_PROVIDER = -1072496629
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_INVALID_NODE

The cluster node is not valid.

Declaration
public const int STATUS_CLUSTER_INVALID_NODE = -1072496639
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_INVALID_REQUEST

The cluster request is not valid for this object.

Declaration
public const int STATUS_CLUSTER_INVALID_REQUEST = -1072496630
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_JOIN_IN_PROGRESS

A node is in the process of joining the cluster.

Declaration
public const int STATUS_CLUSTER_JOIN_IN_PROGRESS = -1072496637
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS

A cluster join operation is not in progress.

Declaration
public const int STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS = -1072496625
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND

The cluster local node information was not found.

Declaration
public const int STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND = -1072496635
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NETINTERFACE_EXISTS

The cluster network interface already exists.

Declaration
public const int STATUS_CLUSTER_NETINTERFACE_EXISTS = -1072496632
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NETINTERFACE_NOT_FOUND

The cluster network interface was not found.

Declaration
public const int STATUS_CLUSTER_NETINTERFACE_NOT_FOUND = -1072496631
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE

The cluster network is already offline.

Declaration
public const int STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE = -2146238460
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NETWORK_ALREADY_ONLINE

The cluster network is already online.

Declaration
public const int STATUS_CLUSTER_NETWORK_ALREADY_ONLINE = -2146238461
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NETWORK_EXISTS

The cluster network already exists.

Declaration
public const int STATUS_CLUSTER_NETWORK_EXISTS = -1072496634
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NETWORK_NOT_FOUND

The cluster network was not found.

Declaration
public const int STATUS_CLUSTER_NETWORK_NOT_FOUND = -1072496633
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NETWORK_NOT_INTERNAL

The cluster network is not configured for internal cluster communication.

Declaration
public const int STATUS_CLUSTER_NETWORK_NOT_INTERNAL = -1072496618
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NO_NET_ADAPTERS

No network adapters are available.

Declaration
public const int STATUS_CLUSTER_NO_NET_ADAPTERS = -1072496623
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NO_SECURITY_CONTEXT

No cluster security context is available.

Declaration
public const int STATUS_CLUSTER_NO_SECURITY_CONTEXT = -1072496619
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_ALREADY_DOWN

The cluster node is already down.

Declaration
public const int STATUS_CLUSTER_NODE_ALREADY_DOWN = -2146238462
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_ALREADY_MEMBER

The cluster node is already a member of the cluster.

Declaration
public const int STATUS_CLUSTER_NODE_ALREADY_MEMBER = -2146238459
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_ALREADY_UP

The cluster node is already up.

Declaration
public const int STATUS_CLUSTER_NODE_ALREADY_UP = -2146238463
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_DOWN

The cluster node is down.

Declaration
public const int STATUS_CLUSTER_NODE_DOWN = -1072496628
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_EXISTS

The cluster node already exists.

Declaration
public const int STATUS_CLUSTER_NODE_EXISTS = -1072496638
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_NOT_FOUND

The cluster node was not found.

Declaration
public const int STATUS_CLUSTER_NODE_NOT_FOUND = -1072496636
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_NOT_MEMBER

The cluster node is not a member of the cluster.

Declaration
public const int STATUS_CLUSTER_NODE_NOT_MEMBER = -1072496626
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_NOT_PAUSED

The cluster node is not paused.

Declaration
public const int STATUS_CLUSTER_NODE_NOT_PAUSED = -1072496620
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_PAUSED

The cluster node is paused.

Declaration
public const int STATUS_CLUSTER_NODE_PAUSED = -1072496621
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_UNREACHABLE

The cluster node is not reachable.

Declaration
public const int STATUS_CLUSTER_NODE_UNREACHABLE = -1072496627
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NODE_UP

The cluster node is up.

Declaration
public const int STATUS_CLUSTER_NODE_UP = -1072496622
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_NON_CSV_PATH

The path does not belong to a cluster shared volume.

Declaration
public const int STATUS_CLUSTER_NON_CSV_PATH = -1072496616
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CLUSTER_POISONED

The cluster node has been poisoned.

Declaration
public const int STATUS_CLUSTER_POISONED = -1072496617
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_COMMITMENT_LIMIT

{Out of Virtual Memory} Your system is low on virtual memory. To ensure that Windows runs properly, increase the size of your virtual memory paging file. For more information, see Help.

Declaration
public const int STATUS_COMMITMENT_LIMIT = -1073741523
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_COMMITMENT_MINIMUM

{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.

Declaration
public const int STATUS_COMMITMENT_MINIMUM = -1073741112
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_COMPRESSED_FILE_NOT_SUPPORTED

An operation is not supported on a compressed file.

Declaration
public const int STATUS_COMPRESSED_FILE_NOT_SUPPORTED = -1073740677
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_COMPRESSION_DISABLED

Compression is disabled for this volume.

Declaration
public const int STATUS_COMPRESSION_DISABLED = -1073740762
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION

The compression operation could not be completed because a transaction is active on the file.

Declaration
public const int STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION = -1072103338
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_COMPRESSION_NOT_BENEFICIAL

Compressing this object would not save space.

Declaration
public const int STATUS_COMPRESSION_NOT_BENEFICIAL = -1073740689
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONFLICTING_ADDRESSES

{Conflicting Address Range} The specified address range conflicts with the address space.

Declaration
public const int STATUS_CONFLICTING_ADDRESSES = -1073741800
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONNECTION_ABORTED

The transport connection was aborted by the local system.

Declaration
public const int STATUS_CONNECTION_ABORTED = -1073741247
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONNECTION_ACTIVE

An invalid operation was attempted on an active transport connection.

Declaration
public const int STATUS_CONNECTION_ACTIVE = -1073741253
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONNECTION_COUNT_LIMIT

A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.

Declaration
public const int STATUS_CONNECTION_COUNT_LIMIT = -1073741242
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONNECTION_DISCONNECTED

The transport connection is now disconnected.

Declaration
public const int STATUS_CONNECTION_DISCONNECTED = -1073741300
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONNECTION_IN_USE

The user attempted to force close the files on a redirected drive, but there were opened directories on the drive, and the user did not specify a sufficient level of force.

Declaration
public const int STATUS_CONNECTION_IN_USE = -1073741560
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONNECTION_INVALID

An operation was attempted on a nonexistent transport connection.

Declaration
public const int STATUS_CONNECTION_INVALID = -1073741254
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONNECTION_REFUSED

The transport connection attempt was refused by the remote system.

Declaration
public const int STATUS_CONNECTION_REFUSED = -1073741258
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONNECTION_RESET

The transport connection has been reset.

Declaration
public const int STATUS_CONNECTION_RESET = -1073741299
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONTAINER_ASSIGNED

The specified Job already has a container assigned to it.

Declaration
public const int STATUS_CONTAINER_ASSIGNED = -1073740536
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONTENT_BLOCKED

The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator.

Declaration
public const int STATUS_CONTENT_BLOCKED = -1073739772
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONTEXT_MISMATCH

The provided context did not match the target.

Declaration
public const int STATUS_CONTEXT_MISMATCH = -1073740007
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONTEXT_STOWED_EXCEPTION

An application-internal exception has occurred.

Declaration
public const int STATUS_CONTEXT_STOWED_EXCEPTION = -1073741188
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONTROL_C_EXIT

{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.

Declaration
public const int STATUS_CONTROL_C_EXIT = -1073741510
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CONVERT_TO_LARGE

Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.

Declaration
public const int STATUS_CONVERT_TO_LARGE = -1073741268
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_COPY_PROTECTION_FAILURE

Copy protection failure.

Declaration
public const int STATUS_COPY_PROTECTION_FAILURE = -1073741051
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CORRUPT_LOG_CLEARED

One of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.

Declaration
public const int STATUS_CORRUPT_LOG_CLEARED = -1073739763
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CORRUPT_LOG_CORRUPTED

One of the volume corruption logs is internally corrupted and needs to be recreated. The volume may contain undetected corruptions and must be scanned.

Declaration
public const int STATUS_CORRUPT_LOG_CORRUPTED = -1073739766
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CORRUPT_LOG_DELETED_FULL

One of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned.

Declaration
public const int STATUS_CORRUPT_LOG_DELETED_FULL = -1073739764
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CORRUPT_LOG_OVERFULL

One of the volume corruption logs is full. Further corruptions that may be detected won't be logged.

Declaration
public const int STATUS_CORRUPT_LOG_OVERFULL = -1073739767
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CORRUPT_LOG_UNAVAILABLE

One of the volume corruption logs is unavailable for being operated on.

Declaration
public const int STATUS_CORRUPT_LOG_UNAVAILABLE = -1073739765
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CORRUPT_LOG_UPLEVEL_RECORDS

One of the volume corruption logs comes from a newer version of Windows and contains corruption records. The log will be emptied and reset to the current version, and the volume health state will be updated accordingly.

Declaration
public const int STATUS_CORRUPT_LOG_UPLEVEL_RECORDS = -1073739759
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CORRUPT_SYSTEM_FILE

The system file %1 has become corrupt and has been replaced.

Declaration
public const int STATUS_CORRUPT_SYSTEM_FILE = -1073741116
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_COULD_NOT_INTERPRET

The passed ACL did not contain the minimum required information.

Declaration
public const int STATUS_COULD_NOT_INTERPRET = -1073741639
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_COULD_NOT_RESIZE_LOG

The log could not be set to the requested size.

Declaration
public const int STATUS_COULD_NOT_RESIZE_LOG = -2145845239
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CPU_SET_INVALID

The specified CPU Set IDs are invalid.

Declaration
public const int STATUS_CPU_SET_INVALID = -1073741393
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CRASH_DUMP

Crash dump exists in paging file.

Declaration
public const int STATUS_CRASH_DUMP = 278
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CRC_ERROR

{Bad CRC} A cyclic redundancy check (CRC) checksum error occurred.

Declaration
public const int STATUS_CRC_ERROR = -1073741761
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CRED_REQUIRES_CONFIRMATION

The requested credential requires confirmation.

Declaration
public const int STATUS_CRED_REQUIRES_CONFIRMATION = -1073740736
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CRM_PROTOCOL_ALREADY_EXISTS

The RM tried to register a protocol that already exists.

Declaration
public const int STATUS_CRM_PROTOCOL_ALREADY_EXISTS = -1072103409
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CRM_PROTOCOL_NOT_FOUND

The requested propagation protocol was not registered as a CRM.

Declaration
public const int STATUS_CRM_PROTOCOL_NOT_FOUND = -1072103407
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CROSS_PARTITION_VIOLATION

An attempt to access another partition's private file/section was rejected.

Declaration
public const int STATUS_CROSS_PARTITION_VIOLATION = -1073740277
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CROSSREALM_DELEGATION_FAILURE

An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported, and indicates a misconfiguration on this server's allowed to delegate to list. Please contact your administrator.

Declaration
public const int STATUS_CROSSREALM_DELEGATION_FAILURE = -1073740789
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CRYPTO_SYSTEM_INVALID

The crypto system or checksum function is invalid because a required function is unavailable.

Declaration
public const int STATUS_CRYPTO_SYSTEM_INVALID = -1073741069
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE

File is encrypted and should be opened in Client Side Encryption mode.

Declaration
public const int STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE = -1073740733
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CS_ENCRYPTION_FILE_NOT_CSE

The SMB client requested a CSE FSCTL on a non-CSE file.

Declaration
public const int STATUS_CS_ENCRYPTION_FILE_NOT_CSE = -1073740731
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE

The remote server sent an invalid response for a file being opened with Client Side Encryption.

Declaration
public const int STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE = -1073740735
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE

A new encrypted file is being created and a $EFS needs to be provided.

Declaration
public const int STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE = -1073740732
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER

Client Side Encryption is not supported by the remote server even though it claims to support it.

Declaration
public const int STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER = -1073740734
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CSS_AUTHENTICATION_FAILURE

Copy protection error - DVD CSS Authentication failed.

Declaration
public const int STATUS_CSS_AUTHENTICATION_FAILURE = -1073741050
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CSS_KEY_NOT_ESTABLISHED

Copy protection error - DVD session key not established.

Declaration
public const int STATUS_CSS_KEY_NOT_ESTABLISHED = -1073741048
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CSS_KEY_NOT_PRESENT

Copy protection error - The given sector does not contain a valid key.

Declaration
public const int STATUS_CSS_KEY_NOT_PRESENT = -1073741049
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CSS_REGION_MISMATCH

Copy protection error - The given DVD's region does not correspond to the region setting of the drive.

Declaration
public const int STATUS_CSS_REGION_MISMATCH = -1073741046
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CSS_RESETS_EXHAUSTED

Copy protection error - The drive's region setting may be permanent.

Declaration
public const int STATUS_CSS_RESETS_EXHAUSTED = -1073741045
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CSS_SCRAMBLED_SECTOR

Copy protection error - The read failed because the sector is encrypted.

Declaration
public const int STATUS_CSS_SCRAMBLED_SECTOR = -1073741047
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CSV_IO_PAUSE_TIMEOUT

The operation has failed because CSV volume was not able to recover in time specified on this file object.

Declaration
public const int STATUS_CSV_IO_PAUSE_TIMEOUT = -1072496600
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTL_FILE_NOT_SUPPORTED

An attempt was made to set the control attribute on a file. This attribute is not supported in the target file system.

Declaration
public const int STATUS_CTL_FILE_NOT_SUPPORTED = -1073741737
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTLOG_INCONSISTENT_TRACKING_FILE

Change Tracking file for the virtual disk is not in a valid state.

Declaration
public const int STATUS_CTLOG_INCONSISTENT_TRACKING_FILE = -1069940700
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTLOG_INVALID_TRACKING_STATE

Change Tracking for the virtual disk is not in a valid state to perform this request. Change tracking could be discontinued or already in the requested state.

Declaration
public const int STATUS_CTLOG_INVALID_TRACKING_STATE = -1069940701
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE

Size of change tracking file exceeded the maximum size limit.

Declaration
public const int STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE = -1069940703
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTLOG_TRACKING_NOT_INITIALIZED

Change Tracking is not initialized for this virtual disk.

Declaration
public const int STATUS_CTLOG_TRACKING_NOT_INITIALIZED = -1069940704
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTLOG_VHD_CHANGED_OFFLINE

VHD file is changed due to compaction, expansion, or offline updates.

Declaration
public const int STATUS_CTLOG_VHD_CHANGED_OFFLINE = -1069940702
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_BAD_VIDEO_MODE

An attempt has been made to connect to a session whose video mode is not supported by the current client.

Declaration
public const int STATUS_CTX_BAD_VIDEO_MODE = -1073086440
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_CDM_CONNECT

The Client Drive Mapping Service Has Connected on Terminal Connection.

Declaration
public const int STATUS_CTX_CDM_CONNECT = 1074397188
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_CDM_DISCONNECT

The Client Drive Mapping Service Has Disconnected on Terminal Connection.

Declaration
public const int STATUS_CTX_CDM_DISCONNECT = 1074397189
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_CLIENT_LICENSE_IN_USE

Your request to connect to this Terminal server has been rejected. Your Terminal Server Client license number is currently being used by another user. Please call your system administrator to obtain a new copy of the Terminal Server Client with a valid, unique license number. Click OK to continue.

Declaration
public const int STATUS_CTX_CLIENT_LICENSE_IN_USE = -1073086412
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_CLIENT_LICENSE_NOT_SET

Your request to connect to this Terminal server has been rejected. Your Terminal Server Client license number has not been entered for this copy of the Terminal Client. Please call your system administrator for help in entering a valid, unique license number for this Terminal Server Client. Click OK to continue.

Declaration
public const int STATUS_CTX_CLIENT_LICENSE_NOT_SET = -1073086413
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_CLIENT_QUERY_TIMEOUT

The client failed to respond to the server connect message.

Declaration
public const int STATUS_CTX_CLIENT_QUERY_TIMEOUT = -1073086426
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_CLOSE_PENDING

A close operation is pending on the Terminal Connection.

Declaration
public const int STATUS_CTX_CLOSE_PENDING = -1073086458
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_CONSOLE_CONNECT

Reconnecting a disconnected session to the console is not supported.

Declaration
public const int STATUS_CTX_CONSOLE_CONNECT = -1073086424
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_CONSOLE_DISCONNECT

Disconnecting the console session is not supported.

Declaration
public const int STATUS_CTX_CONSOLE_DISCONNECT = -1073086425
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_GRAPHICS_INVALID

The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.

Declaration
public const int STATUS_CTX_GRAPHICS_INVALID = -1073086430
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_INVALID_MODEMNAME

The modem (%1) was not found in MODEM.INF.

Declaration
public const int STATUS_CTX_INVALID_MODEMNAME = -1073086455
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_INVALID_PD

The protocol driver %1 is invalid.

Declaration
public const int STATUS_CTX_INVALID_PD = -1073086462
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_INVALID_WD

The Terminal Connection driver %1 is invalid.

Declaration
public const int STATUS_CTX_INVALID_WD = -1073086418
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_LICENSE_CLIENT_INVALID

The client you are using is not licensed to use this system. Your logon request is denied.

Declaration
public const int STATUS_CTX_LICENSE_CLIENT_INVALID = -1073086446
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_LICENSE_EXPIRED

The system license has expired. Your logon request is denied.

Declaration
public const int STATUS_CTX_LICENSE_EXPIRED = -1073086444
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_LICENSE_NOT_AVAILABLE

The system has reached its licensed logon limit. Please try again later.

Declaration
public const int STATUS_CTX_LICENSE_NOT_AVAILABLE = -1073086445
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_LOGON_DISABLED

Your interactive logon privilege has been disabled. Please contact your system administrator.

Declaration
public const int STATUS_CTX_LOGON_DISABLED = -1073086409
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_MODEM_INF_NOT_FOUND

The MODEM.INF file was not found.

Declaration
public const int STATUS_CTX_MODEM_INF_NOT_FOUND = -1073086456
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_MODEM_RESPONSE_BUSY

Busy signal detected at remote site on callback.

Declaration
public const int STATUS_CTX_MODEM_RESPONSE_BUSY = -1073086450
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_MODEM_RESPONSE_NO_CARRIER

Carrier detect has failed or carrier has been dropped due to disconnect.

Declaration
public const int STATUS_CTX_MODEM_RESPONSE_NO_CARRIER = -1073086452
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE

Dial tone not detected within required time. Verify phone cable is properly attached and functional.

Declaration
public const int STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE = -1073086451
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_MODEM_RESPONSE_TIMEOUT

The modem did not respond to the command sent to it. Verify the modem is properly cabled and powered on.

Declaration
public const int STATUS_CTX_MODEM_RESPONSE_TIMEOUT = -1073086453
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_MODEM_RESPONSE_VOICE

Voice detected at remote site on callback.

Declaration
public const int STATUS_CTX_MODEM_RESPONSE_VOICE = -1073086449
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_NO_OUTBUF

There are no free output buffers available.

Declaration
public const int STATUS_CTX_NO_OUTBUF = -1073086457
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_NOT_CONSOLE

The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access.

Declaration
public const int STATUS_CTX_NOT_CONSOLE = -1073086428
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_PD_NOT_FOUND

The protocol driver %1 was not found in the system path.

Declaration
public const int STATUS_CTX_PD_NOT_FOUND = -1073086461
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_RESPONSE_ERROR

The modem did not accept the command sent to it. Verify the configured modem name matches the attached modem.

Declaration
public const int STATUS_CTX_RESPONSE_ERROR = -1073086454
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_SECURITY_LAYER_ERROR

The Terminal Server security layer detected an error in the protocol stream and has disconnected the client. Client IP: %2.

Declaration
public const int STATUS_CTX_SECURITY_LAYER_ERROR = -1073086408
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_SHADOW_DENIED

The request to control another session remotely was denied.

Declaration
public const int STATUS_CTX_SHADOW_DENIED = -1073086422
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_SHADOW_DISABLED

The requested session is not configured to allow remote control.

Declaration
public const int STATUS_CTX_SHADOW_DISABLED = -1073086415
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE

The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.

Declaration
public const int STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE = -1073086411
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_SHADOW_INVALID

The requested session cannot be controlled remotely. You cannot control your own session, a session that is trying to control your session, a session that has no user logged on, nor control other sessions from the console.

Declaration
public const int STATUS_CTX_SHADOW_INVALID = -1073086416
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_SHADOW_NOT_RUNNING

Remote control could not be terminated because the specified session is not currently being remotely controlled.

Declaration
public const int STATUS_CTX_SHADOW_NOT_RUNNING = -1073086410
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_TD_ERROR

Transport driver error

Declaration
public const int STATUS_CTX_TD_ERROR = -1073086448
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_WD_NOT_FOUND

The Terminal Connection driver %1 was not found in the system path.

Declaration
public const int STATUS_CTX_WD_NOT_FOUND = -1073086417
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_WINSTATION_ACCESS_DENIED

A process has requested access to a session, but has not been granted those access rights.

Declaration
public const int STATUS_CTX_WINSTATION_ACCESS_DENIED = -1073086421
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_WINSTATION_BUSY

The task you are trying to do can't be completed because Remote Desktop Services is currently busy. Please try again in a few minutes. Other users should still be able to log on.

Declaration
public const int STATUS_CTX_WINSTATION_BUSY = -1073086441
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_WINSTATION_NAME_COLLISION

The specified session name is already in use.

Declaration
public const int STATUS_CTX_WINSTATION_NAME_COLLISION = -1073086442
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_WINSTATION_NAME_INVALID

Session name %1 is invalid.

Declaration
public const int STATUS_CTX_WINSTATION_NAME_INVALID = -1073086463
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CTX_WINSTATION_NOT_FOUND

The specified session cannot be found.

Declaration
public const int STATUS_CTX_WINSTATION_NOT_FOUND = -1073086443
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CURRENT_DOMAIN_NOT_ALLOWED

This operation cannot be performed on the current domain.

Declaration
public const int STATUS_CURRENT_DOMAIN_NOT_ALLOWED = -1073741079
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_CURRENT_TRANSACTION_NOT_VALID

The current transaction context associated with the thread is not a valid handle to a transaction object.

Declaration
public const int STATUS_CURRENT_TRANSACTION_NOT_VALID = -1072103400
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DATA_CHECKSUM_ERROR

A data integrity checksum error occurred. Data in the file stream is corrupt.

Declaration
public const int STATUS_DATA_CHECKSUM_ERROR = -1073740688
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DATA_ERROR

{Data Error} An error in reading or writing data occurred.

Declaration
public const int STATUS_DATA_ERROR = -1073741762
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DATA_LATE_ERROR

{Data Late} A data late error occurred.

Declaration
public const int STATUS_DATA_LATE_ERROR = -1073741763
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DATA_LOST_REPAIR

Windows discovered a corruption in the file "%hs". This file has now been repaired. Please check if any data in the file was lost because of the corruption.

Declaration
public const int STATUS_DATA_LOST_REPAIR = -2147481597
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DATA_NOT_ACCEPTED

{Data Not Accepted} The TDI client could not handle the data received during an indication.

Declaration
public const int STATUS_DATA_NOT_ACCEPTED = -1073741285
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DATA_OVERRUN

{Data Overrun} A data overrun error occurred.

Declaration
public const int STATUS_DATA_OVERRUN = -1073741764
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DATA_OVERWRITTEN

A completed operation may have overwritten previous data.

Declaration
public const int STATUS_DATA_OVERWRITTEN = 304
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DATATYPE_MISALIGNMENT

{EXCEPTION} Alignment Fault A datatype misalignment was detected in a load or store instruction.

Declaration
public const int STATUS_DATATYPE_MISALIGNMENT = -2147483646
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DATATYPE_MISALIGNMENT_ERROR

{EXCEPTION} Alignment Error A datatype misalignment error was detected in a load or store instruction.

Declaration
public const int STATUS_DATATYPE_MISALIGNMENT_ERROR = -1073741115
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DAX_MAPPING_EXISTS

The volume has active DAX mappings.

Declaration
public const int STATUS_DAX_MAPPING_EXISTS = -1073740644
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEBUG_ATTACH_FAILED

{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.

Declaration
public const int STATUS_DEBUG_ATTACH_FAILED = -1073741287
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEBUGGER_INACTIVE

Debugger Inactive: Windows may have been started without kernel debugging enabled.

Declaration
public const int STATUS_DEBUGGER_INACTIVE = -1073740972
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DECRYPTION_FAILED

The file decryption attempt failed.

Declaration
public const int STATUS_DECRYPTION_FAILED = -1073741173
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DELAY_LOAD_FAILED

An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.

Declaration
public const int STATUS_DELAY_LOAD_FAILED = -1073740782
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DELETE_PENDING

A non close operation has been requested of a file object with a delete pending.

Declaration
public const int STATUS_DELETE_PENDING = -1073741738
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DESTINATION_ELEMENT_FULL

The specified medium changer destination element already contains media.

Declaration
public const int STATUS_DESTINATION_ELEMENT_FULL = -1073741180
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_ALREADY_ATTACHED

An attempt was made to attach to a device that was already attached to another device.

Declaration
public const int STATUS_DEVICE_ALREADY_ATTACHED = -1073741768
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_BUSY

{Device Busy} The device is currently busy.

Declaration
public const int STATUS_DEVICE_BUSY = -2147483631
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_CONFIGURATION_ERROR

The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.

Declaration
public const int STATUS_DEVICE_CONFIGURATION_ERROR = -1073741438
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_DATA_ERROR

STATUS_DEVICE_DATA_ERROR

Declaration
public const int STATUS_DEVICE_DATA_ERROR = -1073741668
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_DOES_NOT_EXIST

This device does not exist.

Declaration
public const int STATUS_DEVICE_DOES_NOT_EXIST = -1073741632
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_DOOR_OPEN

The device has indicated that its door is open. Further operations require it closed and secured.

Declaration
public const int STATUS_DEVICE_DOOR_OPEN = -2147482999
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_ENUMERATION_ERROR

The "%hs" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection.

Declaration
public const int STATUS_DEVICE_ENUMERATION_ERROR = -1073740954
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_FEATURE_NOT_SUPPORTED

{Device Feature Not Supported} The device does not support the command feature.

Declaration
public const int STATUS_DEVICE_FEATURE_NOT_SUPPORTED = -1073740701
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_HARDWARE_ERROR

The request failed due to a fatal device hardware error.

Declaration
public const int STATUS_DEVICE_HARDWARE_ERROR = -1073740669
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL

The device hint name buffer is too small to receive the remaining name.

Declaration
public const int STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL = -1073740650
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_HUNG

The device is not responding and cannot be safely removed.

Declaration
public const int STATUS_DEVICE_HUNG = -1073740537
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_IN_MAINTENANCE

The device is in maintenance mode.

Declaration
public const int STATUS_DEVICE_IN_MAINTENANCE = -1073740647
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_INSUFFICIENT_RESOURCES

{Device Insufficient Resources} The target device has insufficient resources to complete the operation.

Declaration
public const int STATUS_DEVICE_INSUFFICIENT_RESOURCES = -1073740696
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_NOT_CONNECTED

STATUS_DEVICE_NOT_CONNECTED

Declaration
public const int STATUS_DEVICE_NOT_CONNECTED = -1073741667
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_NOT_PARTITIONED

Tape partition information could not be found when loading a tape.

Declaration
public const int STATUS_DEVICE_NOT_PARTITIONED = -1073741452
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_NOT_READY

{Drive Not Ready} The drive is not ready for use; its door may be open. Please check drive %hs and make sure that a disk is inserted and that the drive door is closed.

Declaration
public const int STATUS_DEVICE_NOT_READY = -1073741661
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_OFF_LINE

{Device Offline} The printer has been taken offline.

Declaration
public const int STATUS_DEVICE_OFF_LINE = -2147483632
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_PAPER_EMPTY

{Out of Paper} The printer is out of paper.

Declaration
public const int STATUS_DEVICE_PAPER_EMPTY = -2147483634
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_POWER_CYCLE_REQUIRED

The device needs to be power cycled.

Declaration
public const int STATUS_DEVICE_POWER_CYCLE_REQUIRED = -2147483599
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_POWER_FAILURE

STATUS_DEVICE_POWER_FAILURE

Declaration
public const int STATUS_DEVICE_POWER_FAILURE = -1073741666
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_POWERED_OFF

{Device Power Is Off} The printer power has been turned off.

Declaration
public const int STATUS_DEVICE_POWERED_OFF = -2147483633
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_PROTOCOL_ERROR

A protocol error was detected between the driver and the device.

Declaration
public const int STATUS_DEVICE_PROTOCOL_ERROR = -1073741434
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_REMOVED

The device has been removed.

Declaration
public const int STATUS_DEVICE_REMOVED = -1073741130
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_REQUIRES_CLEANING

The device has indicated that cleaning is necessary.

Declaration
public const int STATUS_DEVICE_REQUIRES_CLEANING = -2147483000
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_SUPPORT_IN_PROGRESS

{Support Being Determined} Device's command support detection is in progress.

Declaration
public const int STATUS_DEVICE_SUPPORT_IN_PROGRESS = -2147483600
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_UNREACHABLE

{Source/Destination device unreachable} The device is unreachable.

Declaration
public const int STATUS_DEVICE_UNREACHABLE = -1073740700
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DEVICE_UNRESPONSIVE

The device is unresponsive.

Declaration
public const int STATUS_DEVICE_UNRESPONSIVE = -1073740534
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DFS_EXIT_PATH_FOUND

An attempt has been made to open a DFS exit path control file.

Declaration
public const int STATUS_DFS_EXIT_PATH_FOUND = -1073741669
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DFS_UNAVAILABLE

DFS is unavailable on the contacted server.

Declaration
public const int STATUS_DFS_UNAVAILABLE = -1073741203
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DIRECTORY_IS_A_REPARSE_POINT

The directory is a reparse point.

Declaration
public const int STATUS_DIRECTORY_IS_A_REPARSE_POINT = -1073741183
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DIRECTORY_NOT_EMPTY

Indicates that the directory trying to be deleted is not empty.

Declaration
public const int STATUS_DIRECTORY_NOT_EMPTY = -1073741567
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DIRECTORY_NOT_RM

The specified directory does not contain a file system resource manager.

Declaration
public const int STATUS_DIRECTORY_NOT_RM = -1072103416
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DIRECTORY_NOT_SUPPORTED

An operation is not supported on a directory.

Declaration
public const int STATUS_DIRECTORY_NOT_SUPPORTED = -1073740676
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DIRECTORY_SERVICE_REQUIRED

The requested operation requires a directory service, and none was available.

Declaration
public const int STATUS_DIRECTORY_SERVICE_REQUIRED = -1073741135
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DISK_CORRUPT_ERROR

{Corrupt Disk} The file system structure on the disk is corrupt and unusable. Please run the Chkdsk utility on the volume %hs.

Declaration
public const int STATUS_DISK_CORRUPT_ERROR = -1073741774
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DISK_FULL

An operation failed because the disk was full. If this is a thinly provisioned volume the physical storage backing this volume has been exhausted.

Declaration
public const int STATUS_DISK_FULL = -1073741697
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DISK_OPERATION_FAILED

{Hard Disk Error} While accessing the hard disk, a disk operation failed even after retries.

Declaration
public const int STATUS_DISK_OPERATION_FAILED = -1073741462
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DISK_QUOTA_EXCEEDED

The requested file operation failed because the storage quota was exceeded. To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator.

Declaration
public const int STATUS_DISK_QUOTA_EXCEEDED = -1073739774
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DISK_RECALIBRATE_FAILED

{Hard Disk Error} While accessing the hard disk, a recalibrate operation failed, even after retries.

Declaration
public const int STATUS_DISK_RECALIBRATE_FAILED = -1073741463
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DISK_REPAIR_DISABLED

The attempted operation required self healing to be enabled.

Declaration
public const int STATUS_DISK_REPAIR_DISABLED = -1073739776
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DISK_REPAIR_REDIRECTED

The volume repair could not be performed while it is online. Please schedule to take the volume offline so that it can be repaired.

Declaration
public const int STATUS_DISK_REPAIR_REDIRECTED = 1073743879
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DISK_REPAIR_UNSUCCESSFUL

The volume repair was not successful.

Declaration
public const int STATUS_DISK_REPAIR_UNSUCCESSFUL = -1073739768
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DISK_RESET_FAILED

{Hard Disk Error} While accessing the hard disk, a disk controller reset was needed, but even that failed.

Declaration
public const int STATUS_DISK_RESET_FAILED = -1073741461
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DISK_RESOURCES_EXHAUSTED

The physical resources of this disk have been exhausted.

Declaration
public const int STATUS_DISK_RESOURCES_EXHAUSTED = -1073740703
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DLL_INIT_FAILED

{DLL Initialization Failed} Initialization of the dynamic link library %hs failed. The process is terminating abnormally.

Declaration
public const int STATUS_DLL_INIT_FAILED = -1073741502
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DLL_INIT_FAILED_LOGOFF

{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.

Declaration
public const int STATUS_DLL_INIT_FAILED_LOGOFF = -1073741205
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DLL_MIGHT_BE_INCOMPATIBLE

The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?

Declaration
public const int STATUS_DLL_MIGHT_BE_INCOMPATIBLE = -2147483604
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DLL_MIGHT_BE_INSECURE

The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?

Declaration
public const int STATUS_DLL_MIGHT_BE_INSECURE = -2147483605
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DLL_NOT_FOUND

The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.

Declaration
public const int STATUS_DLL_NOT_FOUND = -1073741515
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DOMAIN_CONTROLLER_NOT_FOUND

Could not find a domain controller for this domain.

Declaration
public const int STATUS_DOMAIN_CONTROLLER_NOT_FOUND = -1073741261
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DOMAIN_CTRLR_CONFIG_ERROR

A Windows Server has an incorrect configuration.

Declaration
public const int STATUS_DOMAIN_CTRLR_CONFIG_ERROR = -1073741474
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DOMAIN_EXISTS

The specified Domain already exists.

Declaration
public const int STATUS_DOMAIN_EXISTS = -1073741600
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DOMAIN_LIMIT_EXCEEDED

An attempt was made to exceed the limit on the number of domains per server for this release.

Declaration
public const int STATUS_DOMAIN_LIMIT_EXCEEDED = -1073741599
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DOMAIN_TRUST_INCONSISTENT

The name or SID of the domain specified is inconsistent with the trust information for that domain.

Declaration
public const int STATUS_DOMAIN_TRUST_INCONSISTENT = -1073741413
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DOWNGRADE_DETECTED

The system cannot contact a domain controller to service the authentication request. Please try again later.

Declaration
public const int STATUS_DOWNGRADE_DETECTED = -1073740920
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_BLOCKED

Driver %2 has been blocked from loading.

Declaration
public const int STATUS_DRIVER_BLOCKED = -1073740948
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_BLOCKED_CRITICAL

Driver %2 has been blocked from loading.

Declaration
public const int STATUS_DRIVER_BLOCKED_CRITICAL = -1073740949
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_CANCEL_TIMEOUT

{Cancel Timeout} The driver %hs failed to complete a cancelled I/O request in the allotted time.

Declaration
public const int STATUS_DRIVER_CANCEL_TIMEOUT = -1073741282
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_DATABASE_ERROR

There was error [%2] processing the driver database.

Declaration
public const int STATUS_DRIVER_DATABASE_ERROR = -1073740947
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_ENTRYPOINT_NOT_FOUND

{Driver Entry Point Not Found} The %hs device driver could not locate the entry point %hs in driver %hs.

Declaration
public const int STATUS_DRIVER_ENTRYPOINT_NOT_FOUND = -1073741213
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_FAILED_PRIOR_UNLOAD

The driver could not be loaded because a previous version of the driver is still in memory.

Declaration
public const int STATUS_DRIVER_FAILED_PRIOR_UNLOAD = -1073740914
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_FAILED_SLEEP

{System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.

Declaration
public const int STATUS_DRIVER_FAILED_SLEEP = -1073741118
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_INTERNAL_ERROR

An error was detected between two drivers or within an I/O driver.

Declaration
public const int STATUS_DRIVER_INTERNAL_ERROR = -1073741437
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_ORDINAL_NOT_FOUND

{Driver Entry Point Not Found} The %hs device driver could not locate the ordinal %ld in driver %hs.

Declaration
public const int STATUS_DRIVER_ORDINAL_NOT_FOUND = -1073741214
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_PROCESS_TERMINATED

The process hosting the driver for this device has terminated.

Declaration
public const int STATUS_DRIVER_PROCESS_TERMINATED = -1073740720
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVER_UNABLE_TO_LOAD

{Unable to Load Device Driver} %hs device driver could not be loaded. Error Status was 0x%x

Declaration
public const int STATUS_DRIVER_UNABLE_TO_LOAD = -1073741204
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DRIVERS_LEAKING_LOCKED_PAGES

A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.

Declaration
public const int STATUS_DRIVERS_LEAKING_LOCKED_PAGES = 1073741869
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_ADMIN_LIMIT_EXCEEDED

A directory service resource limit has been exceeded.

Declaration
public const int STATUS_DS_ADMIN_LIMIT_EXCEEDED = -1073741119
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER

A account group cannot have a universal group as a member.

Declaration
public const int STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER = -1073740968
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS

The specified directory service attribute or value already exists.

Declaration
public const int STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS = -1073741148
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED

The attribute type specified to the directory service is not defined.

Declaration
public const int STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED = -1073741149
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_BUSY

The directory service is busy.

Declaration
public const int STATUS_DS_BUSY = -1073741147
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_CANT_MOD_OBJ_CLASS

The directory service detected an attempt to modify the object class of an object.

Declaration
public const int STATUS_DS_CANT_MOD_OBJ_CLASS = -1073741138
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_CANT_MOD_PRIMARYGROUPID

Cannot change the primary group ID of a domain controller account.

Declaration
public const int STATUS_DS_CANT_MOD_PRIMARYGROUPID = -1073741104
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_CANT_ON_NON_LEAF

The directory service can perform the requested operation only on a leaf object.

Declaration
public const int STATUS_DS_CANT_ON_NON_LEAF = -1073741140
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_CANT_ON_RDN

The directory service cannot perform the requested operation on the Relatively Defined Name (RDN) attribute of an object.

Declaration
public const int STATUS_DS_CANT_ON_RDN = -1073741139
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_CANT_START

Directory Service cannot start.

Declaration
public const int STATUS_DS_CANT_START = -1073741087
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_CROSS_DOM_MOVE_FAILED

An error occurred while performing a cross domain move operation.

Declaration
public const int STATUS_DS_CROSS_DOM_MOVE_FAILED = -1073741137
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST

The domain name of the trusted domain already exists in the forest.

Declaration
public const int STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST = -1073740774
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_DOMAIN_RENAME_IN_PROGRESS

The Directory Service cannot perform the requested operation because a domain rename operation is in progress.

Declaration
public const int STATUS_DS_DOMAIN_RENAME_IN_PROGRESS = -1073739775
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_DUPLICATE_ID_FOUND

The requested object has a non-unique identifier and cannot be retrieved.

Declaration
public const int STATUS_DS_DUPLICATE_ID_FOUND = -1073740795
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST

The flat name of the trusted domain already exists in the forest.

Declaration
public const int STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST = -1073740773
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_GC_NOT_AVAILABLE

Unable to Contact the Global Catalog Server.

Declaration
public const int STATUS_DS_GC_NOT_AVAILABLE = -1073741136
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_GC_REQUIRED

The requested operation can be performed only on a global catalog server.

Declaration
public const int STATUS_DS_GC_REQUIRED = -1073741084
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER

A global group cannot have a cross domain member.

Declaration
public const int STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER = -1073741094
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER

A global group cannot have a local group as a member.

Declaration
public const int STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER = -1073741097
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER

A global group cannot have a universal group as a member.

Declaration
public const int STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER = -1073741096
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_GROUP_CONVERSION_ERROR

The group cannot be converted due to attribute restrictions on the requested group type.

Declaration
public const int STATUS_DS_GROUP_CONVERSION_ERROR = -1073740794
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_HAVE_PRIMARY_MEMBERS

Cannot change to security disabled group because of having primary members in this group.

Declaration
public const int STATUS_DS_HAVE_PRIMARY_MEMBERS = -1073741092
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_INCORRECT_ROLE_OWNER

The requested operation could not be performed because the directory service is not the master for that type of operation.

Declaration
public const int STATUS_DS_INCORRECT_ROLE_OWNER = -1073741143
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_INIT_FAILURE

Directory Services could not start because of the following error: %hs Error Status: 0x%x. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.

Declaration
public const int STATUS_DS_INIT_FAILURE = -1073741086
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_INIT_FAILURE_CONSOLE

Directory Services could not start because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.

Declaration
public const int STATUS_DS_INIT_FAILURE_CONSOLE = -1073741076
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_INVALID_ATTRIBUTE_SYNTAX

The attribute syntax specified to the directory service is invalid.

Declaration
public const int STATUS_DS_INVALID_ATTRIBUTE_SYNTAX = -1073741150
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_INVALID_GROUP_TYPE

The specified group type is invalid.

Declaration
public const int STATUS_DS_INVALID_GROUP_TYPE = -1073741100
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER

A local group cannot have another cross domain local group as a member.

Declaration
public const int STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER = -1073741093
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY

A local group can only be a member of other local groups in the same domain.

Declaration
public const int STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY = -1073741083
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED

Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.

Declaration
public const int STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED = -1073741081
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY

The directory service evaluated group memberships locally, as it was unable to contact a global catalog server.

Declaration
public const int STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY = 289
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_NAME_NOT_UNIQUE

The requested name already exists as a unique identifier.

Declaration
public const int STATUS_DS_NAME_NOT_UNIQUE = -1073740796
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_NO_ATTRIBUTE_OR_VALUE

The specified directory service attribute or value does not exist.

Declaration
public const int STATUS_DS_NO_ATTRIBUTE_OR_VALUE = -1073741151
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS

Foreign security principals cannot be members of universal groups.

Declaration
public const int STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS = -1073741082
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_NO_MORE_RIDS

The directory service has exhausted the pool of relative identifiers.

Declaration
public const int STATUS_DS_NO_MORE_RIDS = -1073741144
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN

In mixed domain no nesting of global group if group is security enabled.

Declaration
public const int STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN = -1073741099
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN

In mixed domain, cannot nest local groups with other local groups, if the group is security enabled.

Declaration
public const int STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN = -1073741098
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_NO_RIDS_ALLOCATED

The directory service was unable to allocate a relative identifier.

Declaration
public const int STATUS_DS_NO_RIDS_ALLOCATED = -1073741145
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_OBJ_CLASS_VIOLATION

The requested operation did not satisfy one or more constraints associated with the class of the object.

Declaration
public const int STATUS_DS_OBJ_CLASS_VIOLATION = -1073741141
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS

OID mapped groups cannot have members.

Declaration
public const int STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS = -1073700729
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_OID_NOT_FOUND

The specified OID cannot be found.

Declaration
public const int STATUS_DS_OID_NOT_FOUND = -1073700728
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_RIDMGR_DISABLED

The directory service detected the subsystem that allocates relative identifiers is disabled. This can occur as a protective mechanism when the system determines a significant portion of relative identifiers (RIDs) have been exhausted. Please see http://go.microsoft.com/fwlink/?LinkId=228610 for recommended diagnostic steps and the procedure to re-enable account creation.

Declaration
public const int STATUS_DS_RIDMGR_DISABLED = -1073741126
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_RIDMGR_INIT_ERROR

The directory service was unable to initialize the subsystem that allocates relative identifiers.

Declaration
public const int STATUS_DS_RIDMGR_INIT_ERROR = -1073741142
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_SAM_INIT_FAILURE

Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.

Declaration
public const int STATUS_DS_SAM_INIT_FAILURE = -1073741109
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_SAM_INIT_FAILURE_CONSOLE

Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.

Declaration
public const int STATUS_DS_SAM_INIT_FAILURE_CONSOLE = -1073741075
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_SENSITIVE_GROUP_VIOLATION

Only an administrator can modify the membership list of an administrative group.

Declaration
public const int STATUS_DS_SENSITIVE_GROUP_VIOLATION = -1073741107
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_SHUTTING_DOWN

The Directory Service is shutting down.

Declaration
public const int STATUS_DS_SHUTTING_DOWN = 1073742704
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_SRC_SID_EXISTS_IN_FOREST

The source object's SID already exists in destination forest.

Declaration
public const int STATUS_DS_SRC_SID_EXISTS_IN_FOREST = -1073740775
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_UNAVAILABLE

The directory service is not available.

Declaration
public const int STATUS_DS_UNAVAILABLE = -1073741146
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER

A universal group cannot have a local group as a member.

Declaration
public const int STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER = -1073741095
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DS_VERSION_CHECK_FAILURE

This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.

Declaration
public const int STATUS_DS_VERSION_CHECK_FAILURE = -1073740971
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DUPLICATE_NAME

A duplicate name exists on the network.

Declaration
public const int STATUS_DUPLICATE_NAME = -1073741635
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DUPLICATE_OBJECTID

The attempt to insert the ID in the index failed because the ID is already in the index.

Declaration
public const int STATUS_DUPLICATE_OBJECTID = -1073741270
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DUPLICATE_PRIVILEGES

Duplicate privileges were specified for the token.

Declaration
public const int STATUS_DUPLICATE_PRIVILEGES = -1073741402
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_DYNAMIC_CODE_BLOCKED

The operation was blocked as the process prohibits dynamic code generation.

Declaration
public const int STATUS_DYNAMIC_CODE_BLOCKED = -1073740284
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EA_CORRUPT_ERROR

The EA is corrupt and non-readable.

Declaration
public const int STATUS_EA_CORRUPT_ERROR = -1073741741
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EA_LIST_INCONSISTENT

{Inconsistent EA List} The extended attribute (EA) list is inconsistent.

Declaration
public const int STATUS_EA_LIST_INCONSISTENT = -2147483628
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EA_TOO_LARGE

An EA operation failed because EA set is too large.

Declaration
public const int STATUS_EA_TOO_LARGE = -1073741744
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EAS_NOT_SUPPORTED

An operation involving EAs failed because the file system does not support EAs.

Declaration
public const int STATUS_EAS_NOT_SUPPORTED = -1073741745
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EFS_ALG_BLOB_TOO_BIG

The encryption algorithm used on the source file needs a bigger key buffer than the one used on the destination file.

Declaration
public const int STATUS_EFS_ALG_BLOB_TOO_BIG = -1073740974
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION

The encryption operation could not be completed because a transaction is active.

Declaration
public const int STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION = -1072103362
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ELEVATION_REQUIRED

The requested operation requires elevation.

Declaration
public const int STATUS_ELEVATION_REQUIRED = -1073740756
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ENCLAVE_FAILURE

The requested operation failed with an architecture-specific failure code.

Declaration
public const int STATUS_ENCLAVE_FAILURE = -1073740657
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ENCLAVE_IS_TERMINATING

An attempt was made to access an enclave that has begun termination.

Declaration
public const int STATUS_ENCLAVE_IS_TERMINATING = -1073740526
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ENCLAVE_NOT_TERMINATED

The specified enclave has not yet been terminated.

Declaration
public const int STATUS_ENCLAVE_NOT_TERMINATED = -1073740527
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ENCLAVE_VIOLATION

An attempt was made to access protected memory in violation of its secure access policy.

Declaration
public const int STATUS_ENCLAVE_VIOLATION = -1073740638
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ENCOUNTERED_WRITE_IN_PROGRESS

The attempted write operation encountered a write already in progress for some portion of the range.

Declaration
public const int STATUS_ENCOUNTERED_WRITE_IN_PROGRESS = -1073740749
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ENCRYPTED_IO_NOT_POSSIBLE

The read or write operation to an encrypted file could not be completed because the file has not been opened for data access.

Declaration
public const int STATUS_ENCRYPTED_IO_NOT_POSSIBLE = -1073739760
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ENCRYPTION_FAILED

The file encryption attempt failed.

Declaration
public const int STATUS_ENCRYPTION_FAILED = -1073741174
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_END_OF_FILE

The end-of-file marker has been reached. There is no valid data in the file beyond this marker.

Declaration
public const int STATUS_END_OF_FILE = -1073741807
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_END_OF_MEDIA

{End of Media} The end of the media was encountered.

Declaration
public const int STATUS_END_OF_MEDIA = -2147483618
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ENLISTMENT_NOT_FOUND

The specified Enlistment was unable to be opened, because it was not found.

Declaration
public const int STATUS_ENLISTMENT_NOT_FOUND = -1072103344
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ENLISTMENT_NOT_SUPERIOR

The request was rejected because the enlistment in question is not a superior enlistment.

Declaration
public const int STATUS_ENLISTMENT_NOT_SUPERIOR = -1072103373
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ENTRYPOINT_NOT_FOUND

{Entry Point Not Found} The procedure entry point %hs could not be located in the dynamic link library %hs.

Declaration
public const int STATUS_ENTRYPOINT_NOT_FOUND = -1073741511
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EOF_ON_GHOSTED_RANGE

The file operation will result in the end of file being on a ghosted range.

Declaration
public const int STATUS_EOF_ON_GHOSTED_RANGE = -1073700857
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EOM_OVERFLOW

Physical end of tape was detected.

Declaration
public const int STATUS_EOM_OVERFLOW = -1073741449
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ERROR_PROCESS_NOT_IN_JOB

The process is not part of a job.

Declaration
public const int STATUS_ERROR_PROCESS_NOT_IN_JOB = -1073741394
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EVALUATION_EXPIRATION

{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.

Declaration
public const int STATUS_EVALUATION_EXPIRATION = -1073741208
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EVENT_DONE

{TDI Event Done} The TDI indication has completed successfully.

Declaration
public const int STATUS_EVENT_DONE = 1073741842
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EVENT_PENDING

{TDI Event Pending} The TDI indication has entered the pending state.

Declaration
public const int STATUS_EVENT_PENDING = 1073741843
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EVENTLOG_CANT_START

No Eventlog log file could be opened. The Eventlog service did not start.

Declaration
public const int STATUS_EVENTLOG_CANT_START = -1073741425
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EVENTLOG_FILE_CHANGED

The log file has changed between reads.

Declaration
public const int STATUS_EVENTLOG_FILE_CHANGED = -1073741417
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EVENTLOG_FILE_CORRUPT

The Eventlog log file is corrupt.

Declaration
public const int STATUS_EVENTLOG_FILE_CORRUPT = -1073741426
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EXECUTABLE_MEMORY_WRITE

A write to executable memory occurred for a process that is managing such operations.

Declaration
public const int STATUS_EXECUTABLE_MEMORY_WRITE = -1073739997
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EXPIRED_HANDLE

The handle is no longer properly associated with its transaction. It may have been opened in a transactional resource manager that was subsequently forced to restart. Please close the handle and open a new one.

Declaration
public const int STATUS_EXPIRED_HANDLE = -1072103328
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN

The external backing provider is not recognized.

Declaration
public const int STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN = -1073740690
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EXTERNAL_SYSKEY_NOT_SUPPORTED

An externally encrypted syskey has been configured, but the system no longer supports this feature. Please see https://go.microsoft.com/fwlink/?linkid=851152 for more information.

Declaration
public const int STATUS_EXTERNAL_SYSKEY_NOT_SUPPORTED = -1073740639
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_EXTRANEOUS_INFORMATION

{Too Much Information} The specified access control list (ACL) contained more information than was expected.

Declaration
public const int STATUS_EXTRANEOUS_INFORMATION = -2147483625
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FAIL_CHECK

A consistency check failed.

Declaration
public const int STATUS_FAIL_CHECK = -1073741271
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FAIL_FAST_EXCEPTION

{Fail Fast Exception} A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.

Declaration
public const int STATUS_FAIL_FAST_EXCEPTION = -1073740286
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FAILED_DRIVER_ENTRY

The driver was not loaded because it failed its initialization call.

Declaration
public const int STATUS_FAILED_DRIVER_ENTRY = -1073740955
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FAILED_STACK_SWITCH

The system was not able to allocate enough memory to perform a stack switch.

Declaration
public const int STATUS_FAILED_STACK_SWITCH = -1073740941
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FASTPATH_REJECTED

An operation or data has been rejected while on the network fast path.

Declaration
public const int STATUS_FASTPATH_REJECTED = -1073700844
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FATAL_APP_EXIT

{Fatal Application Exit} %hs

Declaration
public const int STATUS_FATAL_APP_EXIT = 1073741845
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FATAL_MEMORY_EXHAUSTION

The process has terminated because it could not allocate additional memory.

Declaration
public const int STATUS_FATAL_MEMORY_EXHAUSTION = -1073741395
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FATAL_USER_CALLBACK_EXCEPTION

An unhandled exception was encountered during a user callback.

Declaration
public const int STATUS_FATAL_USER_CALLBACK_EXCEPTION = -1073740771
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_CHECKED_OUT

This file is checked out or locked for editing by another user.

Declaration
public const int STATUS_FILE_CHECKED_OUT = -1073739519
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_CLOSED

An I/O request other than close and several other special case operations was attempted using a file object that had already been closed.

Declaration
public const int STATUS_FILE_CLOSED = -1073741528
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_CORRUPT_ERROR

{Corrupt File} The file or directory %hs is corrupt and unreadable. Please run the Chkdsk utility.

Declaration
public const int STATUS_FILE_CORRUPT_ERROR = -1073741566
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_DELETED

An I/O request other than close was performed on a file after it has been deleted, which can only happen to a request which did not complete before the last handle was closed via NtClose.

Declaration
public const int STATUS_FILE_DELETED = -1073741533
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_ENCRYPTED

The specified file is encrypted and the user does not have the ability to decrypt it.

Declaration
public const int STATUS_FILE_ENCRYPTED = -1073741165
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_FORCED_CLOSED

The specified file has been closed by another process.

Declaration
public const int STATUS_FILE_FORCED_CLOSED = -1073741642
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_HANDLE_REVOKED

Access to the specified file handle has been revoked.

Declaration
public const int STATUS_FILE_HANDLE_REVOKED = -1073739504
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_IDENTITY_NOT_PERSISTENT

The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction.

Declaration
public const int STATUS_FILE_IDENTITY_NOT_PERSISTENT = -1072103370
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_INVALID

The volume for a file has been externally altered such that the opened file is no longer valid.

Declaration
public const int STATUS_FILE_INVALID = -1073741672
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_IS_A_DIRECTORY

The file that was specified as a target is a directory and the caller specified that it could be anything but a directory.

Declaration
public const int STATUS_FILE_IS_A_DIRECTORY = -1073741638
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_IS_OFFLINE

The specified file has been relocated to offline storage.

Declaration
public const int STATUS_FILE_IS_OFFLINE = -1073741209
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_LOCK_CONFLICT

A requested read/write cannot be granted due to a conflicting file lock.

Declaration
public const int STATUS_FILE_LOCK_CONFLICT = -1073741740
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_LOCKED_WITH_ONLY_READERS

The file was locked and all users of the file can only read.

Declaration
public const int STATUS_FILE_LOCKED_WITH_ONLY_READERS = 298
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_LOCKED_WITH_WRITERS

The file was locked and at least one user of the file can write.

Declaration
public const int STATUS_FILE_LOCKED_WITH_WRITERS = 299
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS

File metadata optimization is already in progress.

Declaration
public const int STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS = -1073741397
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_NOT_AVAILABLE

The file is temporarily unavailable.

Declaration
public const int STATUS_FILE_NOT_AVAILABLE = -1073740697
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_NOT_ENCRYPTED

The specified file is not encrypted.

Declaration
public const int STATUS_FILE_NOT_ENCRYPTED = -1073741167
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_PROTECTED_UNDER_DPL

File is not accessible because it's currently protected under DPL.

Declaration
public const int STATUS_FILE_PROTECTED_UNDER_DPL = -1073740637
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_RENAMED

The file specified has been renamed and thus cannot be modified.

Declaration
public const int STATUS_FILE_RENAMED = -1073741611
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_SYSTEM_LIMITATION

The requested operation could not be completed due to a file system limitation

Declaration
public const int STATUS_FILE_SYSTEM_LIMITATION = -1073740761
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_SYSTEM_VIRTUALIZATION_BUSY

The provider that supports file system virtualization is too busy to complete this operation.

Declaration
public const int STATUS_FILE_SYSTEM_VIRTUALIZATION_BUSY = -1073689085
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION

The virtualization operation is not allowed on the file in its current state.

Declaration
public const int STATUS_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION = -1073689083
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT

The metadata for file system virtualization is corrupt and unreadable.

Declaration
public const int STATUS_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT = -1073689086
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN

The provider that supports file system virtualization is unknown.

Declaration
public const int STATUS_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN = -1073689084
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE

The provider that supports file system virtualization is temporarily unavailable.

Declaration
public const int STATUS_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE = -1073689087
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILE_TOO_LARGE

The file size exceeds the limit allowed and cannot be saved.

Declaration
public const int STATUS_FILE_TOO_LARGE = -1073739516
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILEMARK_DETECTED

{Filemark Found} A filemark was detected.

Declaration
public const int STATUS_FILEMARK_DETECTED = -2147483621
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FILES_OPEN

The user attempted to force close the files on a redirected drive, but there were opened files on the drive, and the user did not specify a sufficient level of force.

Declaration
public const int STATUS_FILES_OPEN = -1073741561
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FIRMWARE_IMAGE_INVALID

The specified firmware image is invalid.

Declaration
public const int STATUS_FIRMWARE_IMAGE_INVALID = -1073740667
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FIRMWARE_SLOT_INVALID

The specified firmware slot is invalid.

Declaration
public const int STATUS_FIRMWARE_SLOT_INVALID = -1073740668
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FIRMWARE_UPDATED

Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].

Declaration
public const int STATUS_FIRMWARE_UPDATED = 1073741868
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOAT_DENORMAL_OPERAND

{EXCEPTION} Floating-point denormal operand.

Declaration
public const int STATUS_FLOAT_DENORMAL_OPERAND = -1073741683
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOAT_DIVIDE_BY_ZERO

{EXCEPTION} Floating-point division by zero.

Declaration
public const int STATUS_FLOAT_DIVIDE_BY_ZERO = -1073741682
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOAT_INEXACT_RESULT

{EXCEPTION} Floating-point inexact result.

Declaration
public const int STATUS_FLOAT_INEXACT_RESULT = -1073741681
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOAT_INVALID_OPERATION

{EXCEPTION} Floating-point invalid operation.

Declaration
public const int STATUS_FLOAT_INVALID_OPERATION = -1073741680
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOAT_MULTIPLE_FAULTS

{EXCEPTION} Multiple floating point faults.

Declaration
public const int STATUS_FLOAT_MULTIPLE_FAULTS = -1073741132
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOAT_MULTIPLE_TRAPS

{EXCEPTION} Multiple floating point traps.

Declaration
public const int STATUS_FLOAT_MULTIPLE_TRAPS = -1073741131
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOAT_OVERFLOW

{EXCEPTION} Floating-point overflow.

Declaration
public const int STATUS_FLOAT_OVERFLOW = -1073741679
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOAT_STACK_CHECK

{EXCEPTION} Floating-point stack check.

Declaration
public const int STATUS_FLOAT_STACK_CHECK = -1073741678
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOAT_UNDERFLOW

{EXCEPTION} Floating-point underflow.

Declaration
public const int STATUS_FLOAT_UNDERFLOW = -1073741677
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOATED_SECTION

I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.

Declaration
public const int STATUS_FLOATED_SECTION = -1072103349
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOPPY_BAD_REGISTERS

{Floppy Disk Error} While accessing a floppy-disk, the controller returned inconsistent results via its registers.

Declaration
public const int STATUS_FLOPPY_BAD_REGISTERS = -1073741464
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOPPY_ID_MARK_NOT_FOUND

{Floppy Disk Error} While accessing a floppy disk, an ID address mark was not found.

Declaration
public const int STATUS_FLOPPY_ID_MARK_NOT_FOUND = -1073741467
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOPPY_UNKNOWN_ERROR

{Floppy Disk Error} The floppy disk controller reported an error that is not recognized by the floppy disk driver.

Declaration
public const int STATUS_FLOPPY_UNKNOWN_ERROR = -1073741465
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOPPY_VOLUME

The paging file cannot be created on a floppy diskette.

Declaration
public const int STATUS_FLOPPY_VOLUME = -1073741468
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLOPPY_WRONG_CYLINDER

{Floppy Disk Error} While accessing a floppy disk, the track address from the sector ID field was found to be different than the track address maintained by the controller.

Declaration
public const int STATUS_FLOPPY_WRONG_CYLINDER = -1073741466
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_ALREADY_ENLISTED

The specified Transaction Context is already enlisted in a transaction

Declaration
public const int STATUS_FLT_ALREADY_ENLISTED = -1071906789
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_BUFFER_TOO_SMALL

{Buffer too small} The buffer is too small to contain the entry. No information has been written to the buffer.

Declaration
public const int STATUS_FLT_BUFFER_TOO_SMALL = -2145648639
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_CBDQ_DISABLED

The callback data queue has been disabled.

Declaration
public const int STATUS_FLT_CBDQ_DISABLED = -1071906802
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND

No registered context allocation definition was found for the given request.

Declaration
public const int STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND = -1071906794
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_CONTEXT_ALREADY_DEFINED

A context is already defined for this object.

Declaration
public const int STATUS_FLT_CONTEXT_ALREADY_DEFINED = -1071906814
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_CONTEXT_ALREADY_LINKED

The specifiec context is already attached to another object

Declaration
public const int STATUS_FLT_CONTEXT_ALREADY_LINKED = -1071906788
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_DELETING_OBJECT

The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time.

Declaration
public const int STATUS_FLT_DELETING_OBJECT = -1071906805
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_DISALLOW_FAST_IO

Internal error code used by the filter manager to determine if a fastio operation should be forced down the IRP path. Mini-filters should never return this value.

Declaration
public const int STATUS_FLT_DISALLOW_FAST_IO = -1071906812
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_DISALLOW_FSFILTER_IO

Declaration
public const int STATUS_FLT_DISALLOW_FSFILTER_IO = -1071906812
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_DO_NOT_ATTACH

Do not attach the filter to the volume at this time.

Declaration
public const int STATUS_FLT_DO_NOT_ATTACH = -1071906801
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_DO_NOT_DETACH

Do not detach the filter from the volume at this time.

Declaration
public const int STATUS_FLT_DO_NOT_DETACH = -1071906800
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_DUPLICATE_ENTRY

A duplicate handler definition has been provided for an operation.

Declaration
public const int STATUS_FLT_DUPLICATE_ENTRY = -1071906803
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_FILTER_NOT_FOUND

The system could not find the filter specified.

Declaration
public const int STATUS_FLT_FILTER_NOT_FOUND = -1071906797
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_FILTER_NOT_READY

The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).

Declaration
public const int STATUS_FLT_FILTER_NOT_READY = -1071906808
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_INSTANCE_ALTITUDE_COLLISION

An instance already exists at this altitude on the volume specified.

Declaration
public const int STATUS_FLT_INSTANCE_ALTITUDE_COLLISION = -1071906799
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_INSTANCE_NAME_COLLISION

An instance already exists with this name on the volume specified.

Declaration
public const int STATUS_FLT_INSTANCE_NAME_COLLISION = -1071906798
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_INSTANCE_NOT_FOUND

The system could not find the instance specified.

Declaration
public const int STATUS_FLT_INSTANCE_NOT_FOUND = -1071906795
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_INTERNAL_ERROR

The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.

Declaration
public const int STATUS_FLT_INTERNAL_ERROR = -1071906806
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST

Asynchronous requests are not valid for this operation.

Declaration
public const int STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST = -1071906813
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_INVALID_CONTEXT_REGISTRATION

An invalid parameter was specified during context registration.

Declaration
public const int STATUS_FLT_INVALID_CONTEXT_REGISTRATION = -1071906793
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_INVALID_NAME_REQUEST

An invalid name request was made. The name requested cannot be retrieved at this time.

Declaration
public const int STATUS_FLT_INVALID_NAME_REQUEST = -1071906811
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_IO_COMPLETE

The IO was completed by a filter.

Declaration
public const int STATUS_FLT_IO_COMPLETE = 1835009
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_MUST_BE_NONPAGED_POOL

Non-paged pool must be used for this type of context.

Declaration
public const int STATUS_FLT_MUST_BE_NONPAGED_POOL = -1071906804
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_NAME_CACHE_MISS

The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system.

Declaration
public const int STATUS_FLT_NAME_CACHE_MISS = -1071906792
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_NO_DEVICE_OBJECT

The requested device object does not exist for the given volume.

Declaration
public const int STATUS_FLT_NO_DEVICE_OBJECT = -1071906791
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_NO_HANDLER_DEFINED

A handler was not defined by the filter for this operation.

Declaration
public const int STATUS_FLT_NO_HANDLER_DEFINED = -1071906815
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_NO_WAITER_FOR_REPLY

No waiter is present for the filter's reply to this message.

Declaration
public const int STATUS_FLT_NO_WAITER_FOR_REPLY = -1071906784
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_NOT_INITIALIZED

The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver.

Declaration
public const int STATUS_FLT_NOT_INITIALIZED = -1071906809
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_NOT_SAFE_TO_POST_OPERATION

Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.

Declaration
public const int STATUS_FLT_NOT_SAFE_TO_POST_OPERATION = -1071906810
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_POST_OPERATION_CLEANUP

The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.

Declaration
public const int STATUS_FLT_POST_OPERATION_CLEANUP = -1071906807
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_REGISTRATION_BUSY

The filesystem database resource is in use. Registration cannot complete at this time.

Declaration
public const int STATUS_FLT_REGISTRATION_BUSY = -1071906781
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_VOLUME_ALREADY_MOUNTED

The specified volume is already mounted.

Declaration
public const int STATUS_FLT_VOLUME_ALREADY_MOUNTED = -1071906790
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FLT_VOLUME_NOT_FOUND

The system could not find the volume specified.

Declaration
public const int STATUS_FLT_VOLUME_NOT_FOUND = -1071906796
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FORMS_AUTH_REQUIRED

Access Denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically.

Declaration
public const int STATUS_FORMS_AUTH_REQUIRED = -1073739515
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FOUND_OUT_OF_SCOPE

The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.

Declaration
public const int STATUS_FOUND_OUT_OF_SCOPE = -1073741266
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FREE_SPACE_TOO_FRAGMENTED

The free space on the volume is too fragmented to complete this operation.

Declaration
public const int STATUS_FREE_SPACE_TOO_FRAGMENTED = -1073740645
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FREE_VM_NOT_AT_BASE

Virtual memory cannot be freed as base address is not the base of the region and a region size of zero was specified.

Declaration
public const int STATUS_FREE_VM_NOT_AT_BASE = -1073741665
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FS_DRIVER_REQUIRED

A volume has been accessed for which a file system driver is required that has not yet been loaded.

Declaration
public const int STATUS_FS_DRIVER_REQUIRED = -1073741412
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY

A file system or file system filter driver has successfully completed an FsFilter operation.

Declaration
public const int STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY = 294
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FT_DI_SCAN_REQUIRED

One or more copies of data on this device may be out of sync. No writes may be performed until a data integrity scan is completed.

Declaration
public const int STATUS_FT_DI_SCAN_REQUIRED = -1073740692
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FT_MISSING_MEMBER

An attempt was made to explicitly access the secondary copy of information via a device control to the Fault Tolerance driver and the secondary copy is not present in the system.

Declaration
public const int STATUS_FT_MISSING_MEMBER = -1073741473
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FT_ORPHANING

{FT Orphaning} A disk that is part of a fault-tolerant volume can no longer be accessed.

Declaration
public const int STATUS_FT_ORPHANING = -1073741459
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FT_READ_FROM_COPY

The specified copy of the requested data was successfully read.

Declaration
public const int STATUS_FT_READ_FROM_COPY = 1073741877
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FT_READ_RECOVERY_FROM_BACKUP

{Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.

Declaration
public const int STATUS_FT_READ_RECOVERY_FROM_BACKUP = 1073741834
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FT_WRITE_FAILURE

The specified data could not be written to any of the copies.

Declaration
public const int STATUS_FT_WRITE_FAILURE = -1073740693
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FT_WRITE_RECOVERY

{Redundant Write} To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.

Declaration
public const int STATUS_FT_WRITE_RECOVERY = 1073741835
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FULLSCREEN_MODE

The requested operation cannot be performed in fullscreen mode.

Declaration
public const int STATUS_FULLSCREEN_MODE = -1073741479
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_ACTION_NOT_ALLOWED

Requested action not allowed in the current volume state.

Declaration
public const int STATUS_FVE_ACTION_NOT_ALLOWED = -1071579127
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_AUTH_INVALID_APPLICATION

A boot application hash does not match the hash computed when BitLocker was turned on.

Declaration
public const int STATUS_FVE_AUTH_INVALID_APPLICATION = -1071579109
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_AUTH_INVALID_CONFIG

The Boot Configuration Data (BCD) settings are not supported or have changed since BitLocker was enabled.

Declaration
public const int STATUS_FVE_AUTH_INVALID_CONFIG = -1071579108
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_BAD_DATA

Data supplied is malformed.

Declaration
public const int STATUS_FVE_BAD_DATA = -1071579126
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_BAD_INFORMATION

The control block for the encrypted volume is not valid.

Declaration
public const int STATUS_FVE_BAD_INFORMATION = -1071579134
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_BAD_METADATA_POINTER

The metadata disk region pointer is incorrect.

Declaration
public const int STATUS_FVE_BAD_METADATA_POINTER = -1071579105
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_BAD_PARTITION_SIZE

The file system size is larger than the partition size in the partition table.

Declaration
public const int STATUS_FVE_BAD_PARTITION_SIZE = -1071579131
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_CONV_READ_ERROR

A read operation failed while converting the volume.

Declaration
public const int STATUS_FVE_CONV_READ_ERROR = -1071579123
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_CONV_RECOVERY_FAILED

Bitlocker Drive Encryption failed to recover from aborted conversion. This could be due to either all conversion logs being corrupted or the media being write-protected.

Declaration
public const int STATUS_FVE_CONV_RECOVERY_FAILED = -1071579096
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_CONV_WRITE_ERROR

A write operation failed while converting the volume.

Declaration
public const int STATUS_FVE_CONV_WRITE_ERROR = -1071579122
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_DEBUGGER_ENABLED

Boot debugging is enabled. Run bcdedit to turn it off.

Declaration
public const int STATUS_FVE_DEBUGGER_ENABLED = -1071579107
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_DEVICE_LOCKEDOUT

Device Lock has been triggered due to too many incorrect password attempts.

Declaration
public const int STATUS_FVE_DEVICE_LOCKEDOUT = -1071579077
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_DRY_RUN_FAILED

The BitLocker encryption key could not be obtained.

Declaration
public const int STATUS_FVE_DRY_RUN_FAILED = -1071579106
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_EDRIVE_DRY_RUN_FAILED

Your computer doesn't support BitLocker hardware-based encryption. Check with your computer manufacturer for firmware updates.

Declaration
public const int STATUS_FVE_EDRIVE_DRY_RUN_FAILED = -1071579080
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_ENH_PIN_INVALID

The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and enhanced PIN. Try using a PIN containing only numerals.

Declaration
public const int STATUS_FVE_ENH_PIN_INVALID = -1071579087
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_FAILED_AUTHENTICATION

BitLocker recovery authentication failed.

Declaration
public const int STATUS_FVE_FAILED_AUTHENTICATION = -1071579119
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_FAILED_SECTOR_SIZE

The encryption algorithm does not support the sector size of that volume.

Declaration
public const int STATUS_FVE_FAILED_SECTOR_SIZE = -1071579120
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_FAILED_WRONG_FS

The volume cannot be encrypted because the file system is not supported.

Declaration
public const int STATUS_FVE_FAILED_WRONG_FS = -1071579132
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_FS_MOUNTED

This operation cannot be performed while a file system is mounted on the volume.

Declaration
public const int STATUS_FVE_FS_MOUNTED = -1071579129
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_FS_NOT_EXTENDED

The file system does not extend to the end of the volume.

Declaration
public const int STATUS_FVE_FS_NOT_EXTENDED = -1071579130
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE

BitLocker Drive Encryption only supports Used Space Only encryption on thin provisioned storage.

Declaration
public const int STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE = -1071579086
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_INVALID_DATUM_TYPE

The management information stored on the drive contained an unknown type. If you are using an old version of Windows, try accessing the drive from the latest version.

Declaration
public const int STATUS_FVE_INVALID_DATUM_TYPE = -1071579094
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_KEYFILE_INVALID

The BitLocker startup key or recovery password file is corrupt or invalid.

Declaration
public const int STATUS_FVE_KEYFILE_INVALID = -1071579116
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_KEYFILE_NO_VMK

The BitLocker encryption key could not be obtained from the startup key or recovery password.

Declaration
public const int STATUS_FVE_KEYFILE_NO_VMK = -1071579115
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_KEYFILE_NOT_FOUND

The BitLocker startup key or recovery password could not be read from external media.

Declaration
public const int STATUS_FVE_KEYFILE_NOT_FOUND = -1071579117
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_LOCKED_VOLUME

This volume is locked by BitLocker Drive Encryption.

Declaration
public const int STATUS_FVE_LOCKED_VOLUME = -1071579136
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_MOR_FAILED

The system firmware failed to enable clearing of system memory on reboot.

Declaration
public const int STATUS_FVE_MOR_FAILED = -1071579099
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY

The auto-unlock master key was not available from the operating system volume. Retry the operation using the BitLocker WMI interface.

Declaration
public const int STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY = -1071579100
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_NO_FEATURE_LICENSE

This feature of BitLocker Drive Encryption is not included with this version of Windows.

Declaration
public const int STATUS_FVE_NO_FEATURE_LICENSE = -1071579098
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_NO_LICENSE

BitLocker Drive Encryption is not included with this version of Windows.

Declaration
public const int STATUS_FVE_NO_LICENSE = -1071579128
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_NOT_ALLOWED_ON_CLUSTER

This command cannot be performed on a volume when it is part of a cluster.

Declaration
public const int STATUS_FVE_NOT_ALLOWED_ON_CLUSTER = -1071579083
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK

This command can only be performed from the coordinator node for the specified CSV volume.

Declaration
public const int STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK = -1071579084
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING

BitLocker cannot be upgraded during disk encryption or decryption.

Declaration
public const int STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING = -1071579082
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_NOT_DATA_VOLUME

That volume is not a data volume.

Declaration
public const int STATUS_FVE_NOT_DATA_VOLUME = -1071579124
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_NOT_DE_VOLUME

This action isn't supported because this drive isn't automatically managed with device encryption.

Declaration
public const int STATUS_FVE_NOT_DE_VOLUME = -1071579075
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_NOT_ENCRYPTED

The volume is not encrypted, no key is available.

Declaration
public const int STATUS_FVE_NOT_ENCRYPTED = -1071579135
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_NOT_OS_VOLUME

That volume is not the OS volume.

Declaration
public const int STATUS_FVE_NOT_OS_VOLUME = -1071579118
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_OLD_METADATA_COPY

The backup copy of the metadata is out of date.

Declaration
public const int STATUS_FVE_OLD_METADATA_COPY = -1071579104
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_OSV_KSR_NOT_ALLOWED

BitLocker Drive Encryption policy does not allow KSR operation with protected OS volume.

Declaration
public const int STATUS_FVE_OSV_KSR_NOT_ALLOWED = -1071579072
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_OVERLAPPED_UPDATE

The control block for the encrypted volume was updated by another thread. Try again.

Declaration
public const int STATUS_FVE_OVERLAPPED_UPDATE = -1071579121
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_PARTIAL_METADATA

Volume Metadata read or write is incomplete.

Declaration
public const int STATUS_FVE_PARTIAL_METADATA = -2145320959
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_PIN_INVALID

The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and PIN.

Declaration
public const int STATUS_FVE_PIN_INVALID = -1071579110
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED

Group policy does not permit turning off BitLocker Drive Encryption on roaming data volumes.

Declaration
public const int STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED = -1071579097
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED

BitLocker can't be suspended on this drive until the next restart.

Declaration
public const int STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED = -1071579073
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_PROTECTION_DISABLED

BitLocker Drive Encryption has been suspended on this drive. All BitLocker key protectors configured for this drive are effectively disabled, and the drive will be automatically unlocked using an unencrypted (clear) key.

Declaration
public const int STATUS_FVE_PROTECTION_DISABLED = -1071579074
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_RAW_ACCESS

No action was taken as BitLocker Drive Encryption is in RAW access mode.

Declaration
public const int STATUS_FVE_RAW_ACCESS = -1071579102
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_RAW_BLOCKED

BitLocker Drive Encryption cannot enter raw access mode for this volume.

Declaration
public const int STATUS_FVE_RAW_BLOCKED = -1071579101
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_REBOOT_REQUIRED

No action was taken as a system reboot is required.

Declaration
public const int STATUS_FVE_REBOOT_REQUIRED = -1071579103
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_SECUREBOOT_CONFIG_CHANGE

Secure Boot policy has unexpectedly changed.

Declaration
public const int STATUS_FVE_SECUREBOOT_CONFIG_CHANGE = -1071579078
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_SECUREBOOT_DISABLED

Secure Boot has been disabled. Either Secure Boot must be re-enabled, or BitLocker must be suspended for Windows to start normally.

Declaration
public const int STATUS_FVE_SECUREBOOT_DISABLED = -1071579079
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_TOO_SMALL

The volume cannot be encrypted because it does not have enough free space.

Declaration
public const int STATUS_FVE_TOO_SMALL = -1071579133
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_TPM_DISABLED

The Trusted Platform Module (TPM) is disabled.

Declaration
public const int STATUS_FVE_TPM_DISABLED = -1071579114
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_TPM_INVALID_PCR

The system boot information changed or the Trusted Platform Module (TPM) locked out access to BitLocker encryption keys until the computer is restarted.

Declaration
public const int STATUS_FVE_TPM_INVALID_PCR = -1071579112
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_TPM_NO_VMK

The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM).

Declaration
public const int STATUS_FVE_TPM_NO_VMK = -1071579111
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO

The authorization data for the Storage Root Key (SRK) of the Trusted Platform Module (TPM) is not zero.

Declaration
public const int STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO = -1071579113
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_TRANSIENT_STATE

BitLocker encryption keys were ignored because the volume was in a transient state.

Declaration
public const int STATUS_FVE_TRANSIENT_STATE = -2145320958
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG

The requested virtualization size is too big.

Declaration
public const int STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG = -1071579095
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT

Device encryption removal is blocked due to volume being extended beyond its original size.

Declaration
public const int STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT = -1071579076
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_VOLUME_NOT_BOUND

The volume is not bound to the system.

Declaration
public const int STATUS_FVE_VOLUME_NOT_BOUND = -1071579125
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_VOLUME_TOO_SMALL

The drive is too small to be protected using BitLocker Drive Encryption.

Declaration
public const int STATUS_FVE_VOLUME_TOO_SMALL = -1071579088
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE

Wipe of free space is not currently taking place.

Declaration
public const int STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE = -1071579081
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE

BitLocker Drive Encryption does not support wiping free space on thin provisioned storage.

Declaration
public const int STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE = -1071579085
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER

The action type is not compatible with the layer.

Declaration
public const int STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER = -1071513556
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER

The action type is not compatible with the sublayer.

Declaration
public const int STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER = -1071513555
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_ALREADY_EXISTS

An object with that GUID or LUID already exists.

Declaration
public const int STATUS_FWP_ALREADY_EXISTS = -1071513591
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_BUILTIN_OBJECT

The object is built in so cannot be deleted.

Declaration
public const int STATUS_FWP_BUILTIN_OBJECT = -1071513577
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_CALLOUT_NOT_FOUND

The callout does not exist.

Declaration
public const int STATUS_FWP_CALLOUT_NOT_FOUND = -1071513599
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_CALLOUT_NOTIFICATION_FAILED

The notification function for a callout returned an error.

Declaration
public const int STATUS_FWP_CALLOUT_NOTIFICATION_FAILED = -1071513545
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_CANNOT_PEND

The classify cannot be pended.

Declaration
public const int STATUS_FWP_CANNOT_PEND = -1071513341
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_CONDITION_NOT_FOUND

The filter condition does not exist.

Declaration
public const int STATUS_FWP_CONDITION_NOT_FOUND = -1071513598
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_CONNECTIONS_DISABLED

The BFE IPsec Connection Tracking is disabled.

Declaration
public const int STATUS_FWP_CONNECTIONS_DISABLED = -1071513535
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT

The raw context or the provider context is not compatible with the callout.

Declaration
public const int STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT = -1071513553
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER

The raw context or the provider context is not compatible with the layer.

Declaration
public const int STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER = -1071513554
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_DROP_NOICMP

The packet should be dropped, no ICMP should be sent.

Declaration
public const int STATUS_FWP_DROP_NOICMP = -1071513340
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_DUPLICATE_AUTH_METHOD

A policy cannot contain the same auth method more than once.

Declaration
public const int STATUS_FWP_DUPLICATE_AUTH_METHOD = -1071513540
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_DUPLICATE_CONDITION

A filter cannot contain multiple conditions operating on a single field.

Declaration
public const int STATUS_FWP_DUPLICATE_CONDITION = -1071513558
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_DUPLICATE_KEYMOD

A policy cannot contain the same keying module more than once.

Declaration
public const int STATUS_FWP_DUPLICATE_KEYMOD = -1071513557
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS

The call is not allowed from within a dynamic session.

Declaration
public const int STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS = -1071513589
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_EM_NOT_SUPPORTED

An IKE policy cannot contain an Extended Mode policy.

Declaration
public const int STATUS_FWP_EM_NOT_SUPPORTED = -1071513550
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_FILTER_NOT_FOUND

The filter does not exist.

Declaration
public const int STATUS_FWP_FILTER_NOT_FOUND = -1071513597
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_IKEEXT_NOT_RUNNING

The IKEEXT service is not running. This service only runs when there is IPsec policy applied to the machine.

Declaration
public const int STATUS_FWP_IKEEXT_NOT_RUNNING = -1071513532
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_IN_USE

The object is referenced by other objects so cannot be deleted.

Declaration
public const int STATUS_FWP_IN_USE = -1071513590
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INCOMPATIBLE_AUTH_METHOD

The authentication method is not compatible with the policy type.

Declaration
public const int STATUS_FWP_INCOMPATIBLE_AUTH_METHOD = -1071513552
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM

The IPsec cipher transform is not compatible with the policy.

Declaration
public const int STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM = -1071513542
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INCOMPATIBLE_DH_GROUP

The Diffie-Hellman group is not compatible with the policy type.

Declaration
public const int STATUS_FWP_INCOMPATIBLE_DH_GROUP = -1071513551
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INCOMPATIBLE_LAYER

The operation is not supported by the specified layer.

Declaration
public const int STATUS_FWP_INCOMPATIBLE_LAYER = -1071513580
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INCOMPATIBLE_SA_STATE

The call is not allowed for the current security association state.

Declaration
public const int STATUS_FWP_INCOMPATIBLE_SA_STATE = -1071513573
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INCOMPATIBLE_TXN

The call is not allowed from within a read-only transaction.

Declaration
public const int STATUS_FWP_INCOMPATIBLE_TXN = -1071513583
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INJECT_HANDLE_CLOSING

The injection handle is being closed by another thread.

Declaration
public const int STATUS_FWP_INJECT_HANDLE_CLOSING = -1071513343
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INJECT_HANDLE_STALE

The injection handle is stale.

Declaration
public const int STATUS_FWP_INJECT_HANDLE_STALE = -1071513342
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_ACTION_TYPE

The action type is not one of the allowed action types for a filter.

Declaration
public const int STATUS_FWP_INVALID_ACTION_TYPE = -1071513564
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_AUTH_TRANSFORM

The IPsec authentication transform is not valid.

Declaration
public const int STATUS_FWP_INVALID_AUTH_TRANSFORM = -1071513544
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_CIPHER_TRANSFORM

The IPsec cipher transform is not valid.

Declaration
public const int STATUS_FWP_INVALID_CIPHER_TRANSFORM = -1071513543
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_DNS_NAME

The DNS name is invalid.

Declaration
public const int STATUS_FWP_INVALID_DNS_NAME = -1071513534
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_ENUMERATOR

An enumerator is not valid.

Declaration
public const int STATUS_FWP_INVALID_ENUMERATOR = -1071513571
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_FLAGS

The flags field contains an invalid value.

Declaration
public const int STATUS_FWP_INVALID_FLAGS = -1071513570
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_INTERVAL

The time interval is not valid.

Declaration
public const int STATUS_FWP_INVALID_INTERVAL = -1071513567
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_NET_MASK

A network mask is not valid.

Declaration
public const int STATUS_FWP_INVALID_NET_MASK = -1071513569
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_PARAMETER

The parameter is incorrect.

Declaration
public const int STATUS_FWP_INVALID_PARAMETER = -1071513547
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_RANGE

An FWP_RANGE is not valid.

Declaration
public const int STATUS_FWP_INVALID_RANGE = -1071513568
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_TRANSFORM_COMBINATION

The combination of IPsec transform types is not valid.

Declaration
public const int STATUS_FWP_INVALID_TRANSFORM_COMBINATION = -1071513541
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_TUNNEL_ENDPOINT

A tunnel endpoint configuration is invalid.

Declaration
public const int STATUS_FWP_INVALID_TUNNEL_ENDPOINT = -1071513539
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_INVALID_WEIGHT

The filter weight is not valid.

Declaration
public const int STATUS_FWP_INVALID_WEIGHT = -1071513563
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL

A key manager dictated invalid keys

Declaration
public const int STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL = -1071513536
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED

A key manager capable of key dictation is already registered

Declaration
public const int STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED = -1071513537
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_KM_CLIENTS_ONLY

The call is allowed for kernel-mode callers only.

Declaration
public const int STATUS_FWP_KM_CLIENTS_ONLY = -1071513579
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_L2_DRIVER_NOT_READY

The WFP MAC Layers are not ready.

Declaration
public const int STATUS_FWP_L2_DRIVER_NOT_READY = -1071513538
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_LAYER_NOT_FOUND

The layer does not exist.

Declaration
public const int STATUS_FWP_LAYER_NOT_FOUND = -1071513596
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_LIFETIME_MISMATCH

The call tried to associate two objects with incompatible lifetimes.

Declaration
public const int STATUS_FWP_LIFETIME_MISMATCH = -1071513578
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_MATCH_TYPE_MISMATCH

A filter condition contains a match type that is not compatible with the operands.

Declaration
public const int STATUS_FWP_MATCH_TYPE_MISMATCH = -1071513562
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_NET_EVENTS_DISABLED

Collection of network diagnostic events is disabled.

Declaration
public const int STATUS_FWP_NET_EVENTS_DISABLED = -1071513581
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_NEVER_MATCH

The enumeration template or subscription will never match any objects.

Declaration
public const int STATUS_FWP_NEVER_MATCH = -1071513549
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_NO_TXN_IN_PROGRESS

The call must be made from within an explicit transaction.

Declaration
public const int STATUS_FWP_NO_TXN_IN_PROGRESS = -1071513587
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_NOT_FOUND

The object does not exist.

Declaration
public const int STATUS_FWP_NOT_FOUND = -1071513592
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_NOTIFICATION_DROPPED

A notification could not be delivered because a message queue is at its maximum capacity.

Declaration
public const int STATUS_FWP_NOTIFICATION_DROPPED = -1071513575
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_NULL_DISPLAY_NAME

The displayData.name field cannot be null.

Declaration
public const int STATUS_FWP_NULL_DISPLAY_NAME = -1071513565
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_NULL_POINTER

A required pointer is null.

Declaration
public const int STATUS_FWP_NULL_POINTER = -1071513572
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_OUT_OF_BOUNDS

An integer value is outside the allowed range.

Declaration
public const int STATUS_FWP_OUT_OF_BOUNDS = -1071513560
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_PROVIDER_CONTEXT_MISMATCH

The provider context is of the wrong type.

Declaration
public const int STATUS_FWP_PROVIDER_CONTEXT_MISMATCH = -1071513548
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND

The provider context does not exist.

Declaration
public const int STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND = -1071513594
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_PROVIDER_NOT_FOUND

The provider does not exist.

Declaration
public const int STATUS_FWP_PROVIDER_NOT_FOUND = -1071513595
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_RESERVED

A reserved field is non-zero.

Declaration
public const int STATUS_FWP_RESERVED = -1071513559
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_SESSION_ABORTED

The session has been cancelled.

Declaration
public const int STATUS_FWP_SESSION_ABORTED = -1071513584
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_STILL_ON

The engine option is still enabled due to other configuration settings.

Declaration
public const int STATUS_FWP_STILL_ON = -1071513533
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_SUBLAYER_NOT_FOUND

The sublayer does not exist.

Declaration
public const int STATUS_FWP_SUBLAYER_NOT_FOUND = -1071513593
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_TCPIP_NOT_READY

The TCP/IP stack is not ready.

Declaration
public const int STATUS_FWP_TCPIP_NOT_READY = -1071513344
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_TIMEOUT

The call timed out while waiting to acquire the transaction lock.

Declaration
public const int STATUS_FWP_TIMEOUT = -1071513582
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_TOO_MANY_CALLOUTS

The maximum number of callouts has been reached.

Declaration
public const int STATUS_FWP_TOO_MANY_CALLOUTS = -1071513576
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_TOO_MANY_SUBLAYERS

The maximum number of sublayers has been reached.

Declaration
public const int STATUS_FWP_TOO_MANY_SUBLAYERS = -1071513546
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_TRAFFIC_MISMATCH

The traffic parameters do not match those for the security association context.

Declaration
public const int STATUS_FWP_TRAFFIC_MISMATCH = -1071513574
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_TXN_ABORTED

The explicit transaction has been forcibly cancelled.

Declaration
public const int STATUS_FWP_TXN_ABORTED = -1071513585
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_TXN_IN_PROGRESS

The call is not allowed from within an explicit transaction.

Declaration
public const int STATUS_FWP_TXN_IN_PROGRESS = -1071513586
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_TYPE_MISMATCH

An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.

Declaration
public const int STATUS_FWP_TYPE_MISMATCH = -1071513561
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_WRONG_SESSION

The call was made from the wrong session so cannot be completed.

Declaration
public const int STATUS_FWP_WRONG_SESSION = -1071513588
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_FWP_ZERO_LENGTH_ARRAY

An array that must contain at least one element is zero length.

Declaration
public const int STATUS_FWP_ZERO_LENGTH_ARRAY = -1071513566
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GDI_HANDLE_LEAK

GDI handles were potentially leaked by the application.

Declaration
public const int STATUS_GDI_HANDLE_LEAK = -2143354879
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GENERIC_COMMAND_FAILED

A generic command executable returned a result that indicates failure.

Declaration
public const int STATUS_GENERIC_COMMAND_FAILED = -1072365530
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GENERIC_NOT_MAPPED

Indicates generic access types were contained in an access mask which should already be mapped to non-generic access types.

Declaration
public const int STATUS_GENERIC_NOT_MAPPED = -1073741594
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GHOSTED

At least a portion of IO range intersects with a ghosted file range.

Declaration
public const int STATUS_GHOSTED = 303
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GPIO_CLIENT_INFORMATION_INVALID

The information supplied by the GPIO client driver is invalid.

Declaration
public const int STATUS_GPIO_CLIENT_INFORMATION_INVALID = -1073700574
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE

The requested connect mode conflicts with an existing mode on one or more of the specified pins.

Declaration
public const int STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE = -1073700570
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED

The interrupt requested to be unmasked is not masked.

Declaration
public const int STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED = -2147442393
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GPIO_INVALID_REGISTRATION_PACKET

The registration packet supplied by the GPIO client driver is not valid.

Declaration
public const int STATUS_GPIO_INVALID_REGISTRATION_PACKET = -1073700572
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GPIO_OPERATION_DENIED

The requested operation is not suppported for the specified handle.

Declaration
public const int STATUS_GPIO_OPERATION_DENIED = -1073700571
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GPIO_VERSION_NOT_SUPPORTED

The version specified by the GPIO client driver is not supported.

Declaration
public const int STATUS_GPIO_VERSION_NOT_SUPPORTED = -1073700573
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRACEFUL_DISCONNECT

The transport connection was gracefully closed.

Declaration
public const int STATUS_GRACEFUL_DISCONNECT = -1073741257
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED

An operation is being attempted that requires the display adapter to be in a quiescent state.

Declaration
public const int STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED = -1071774661
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY

The chain of linked adapters is not ready to start because of an unknown failure.

Declaration
public const int STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY = -1071774669
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE

Display adapter must have at least one video present source.

Declaration
public const int STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE = -1071774936
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET

Display adapter must have at least one video present target.

Declaration
public const int STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET = -1071774935
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_ADAPTER_WAS_RESET

Specified display adapter and all of its state has been reset.

Declaration
public const int STATUS_GRAPHICS_ADAPTER_WAS_RESET = -1071775741
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_ALLOCATION_BUSY

The allocation is currently busy.

Declaration
public const int STATUS_GRAPHICS_ALLOCATION_BUSY = -1071775486
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_ALLOCATION_CLOSED

The allocation being referenced has been closed permanently.

Declaration
public const int STATUS_GRAPHICS_ALLOCATION_CLOSED = -1071775470
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST

The specified allocation lost its content.

Declaration
public const int STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST = -1071775466
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_ALLOCATION_INVALID

The allocation is invalid.

Declaration
public const int STATUS_GRAPHICS_ALLOCATION_INVALID = -1071775482
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION

Miniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology.

Declaration
public const int STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION = -1071774886
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CANNOTCOLORCONVERT

Not able to present with color convertion

Declaration
public const int STATUS_GRAPHICS_CANNOTCOLORCONVERT = -1071775736
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN

Specified VidPN is active and cannot be accessed.

Declaration
public const int STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN = -1071774909
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION

The request failed because a pinned allocation can't be evicted.

Declaration
public const int STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION = -1071775479
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CANT_LOCK_MEMORY

Couldn't probe and lock the underlying memory of an allocation.

Declaration
public const int STATUS_GRAPHICS_CANT_LOCK_MEMORY = -1071775487
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION

A locked allocation can't be used in the current command buffer.

Declaration
public const int STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION = -1071775471
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED

Some chain adapters in a linked configuration were not enumerated yet.

Declaration
public const int STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED = -1071774670
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON

An attempt was made to power up a lead link display adapter when the chain links were powered down.

Declaration
public const int STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON = -1071774667
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED

An attempt was made to start a lead link display adapter when the chain links were not started yet.

Declaration
public const int STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED = -1071774668
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED

Specified display adapter child device does not support descriptor exposure.

Declaration
public const int STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED = -1071774719
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET

Client VidPN is not set on this adapter (e.g. no user mode initiated mode changes took place on this adapter yet).

Declaration
public const int STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET = -1071774884
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_COPP_NOT_SUPPORTED

The driver does not support COPP.

Declaration
public const int STATUS_GRAPHICS_COPP_NOT_SUPPORTED = -1071774463
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DATASET_IS_EMPTY

Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) is empty.

Declaration
public const int STATUS_GRAPHICS_DATASET_IS_EMPTY = 1075708747
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING

A monitor returned a DDC/CI capabilities string which did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.

Declaration
public const int STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING = -1071774329
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DDCCI_INVALID_DATA

The data received from the monitor is invalid.

Declaration
public const int STATUS_GRAPHICS_DDCCI_INVALID_DATA = -1071774331
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM

An error occurred because the checksum field in a DDC/CI message did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer.

Declaration
public const int STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM = -1071774325
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND

An operation failed because a DDC/CI message had an invalid value in its command field.

Declaration
public const int STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND = -1071774327
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH

An error occurred because the field length of a DDC/CI message contained an invalid value.

Declaration
public const int STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH = -1071774326
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE

The function failed because a monitor returned an invalid Timing Status byte when the operating system used the DDC/CI Get Timing Report & Timing Message command to get a timing report from a monitor.

Declaration
public const int STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE = -1071774330
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED

The monitor does not support the specified VCP code.

Declaration
public const int STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED = -1071774332
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS

We can depend on the child device presence returned by the driver.

Declaration
public const int STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS = 1075708988
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP

The function failed because the specified GDI display device was not attached to the Windows desktop.

Declaration
public const int STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP = -1071774238
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_DRIVER_MISMATCH

The kernel driver detected a version mismatch between it and the user mode driver.

Declaration
public const int STATUS_GRAPHICS_DRIVER_MISMATCH = -1071775735
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION

System failed to determine a mode that is supported by both the display adapter and the monitor connected to it.

Declaration
public const int STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION = -1071774939
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET

Specified frequency range is already in the specified monitor frequency range set.

Declaration
public const int STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET = -1071774945
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET

Specified frequency range is not in the specified monitor frequency range set.

Declaration
public const int STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET = -1071774947
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED

Specified gamma ramp is not supported on the respective VidPN present path.

Declaration
public const int STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED = -1071774904
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE

GPU exception is detected on the given device. The device is not able to be scheduled.

Declaration
public const int STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE = -1071775232
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST

No device on the I2C bus has the specified address.

Declaration
public const int STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST = -1071774335
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA

An error occurred while receiving data from the device on the I2C bus.

Declaration
public const int STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA = -1071774333
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA

An error occurred while transmitting data to the device on the I2C bus.

Declaration
public const int STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA = -1071774334
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_I2C_NOT_SUPPORTED

The monitor connected to the specified video output does not have an I2C bus.

Declaration
public const int STATUS_GRAPHICS_I2C_NOT_SUPPORTED = -1071774336
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT

Specified primary surface has a different private format attribute than the current primary surface

Declaration
public const int STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT = -1071774891
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE

The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP/Power state.

Declaration
public const int STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE = -1071774666
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER

The driver needs more DMA buffer space in order to complete the requested operation.

Declaration
public const int STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER = -1071775743
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INTERNAL_ERROR

An internal error caused an operation to fail.

Declaration
public const int STATUS_GRAPHICS_INTERNAL_ERROR = -1071774233
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_ACTIVE_REGION

Specified video signal active region is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_ACTIVE_REGION = -1071774965
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE

An invalid allocation handle is being referenced.

Declaration
public const int STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE = -1071775468
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE

An invalid allocation instance is being referenced.

Declaration
public const int STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE = -1071775469
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE

The allocation can't be used from its current segment location for the specified operation.

Declaration
public const int STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE = -1071775472
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_CLIENT_TYPE

Specified client type was not recognized.

Declaration
public const int STATUS_GRAPHICS_INVALID_CLIENT_TYPE = -1071774885
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_COLORBASIS

Specified color basis is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_COLORBASIS = -1071774914
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE

Specified VidPN present path copy protection type is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE = -1071774897
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER

Specified display adapter handle is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER = -1071775742
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_DRIVER_MODEL

The driver stack doesn't match the expected driver model.

Declaration
public const int STATUS_GRAPHICS_INVALID_DRIVER_MODEL = -1071775740
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_FREQUENCY

Specified video signal frequency is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_FREQUENCY = -1071774966
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_GAMMA_RAMP

Specified gamma ramp is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_GAMMA_RAMP = -1071774905
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM

Specified mode pruning algorithm is invalid

Declaration
public const int STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM = -1071774890
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN

Specified monitor capability origin is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN = -1071774889
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE

Specified monitor frequency range is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE = -1071774948
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT

Specified monitor frequency range constraint is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT = -1071774888
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET

Specified monitor frequency range set is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET = -1071774949
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE

Specified monitor source mode is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE = -1071774942
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET

Specified monitor source mode set is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET = -1071774943
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR

Specified monitor descriptor is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR = -1071774933
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET

Specified monitor descriptor set is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET = -1071774934
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION

Specified VidPN present path content geometry transformation is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION = -1071774907
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE

Specified VidPN present path content type is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE = -1071774898
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL

Specified VidPN present path importance ordinal is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL = -1071774908
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE

This function failed because an invalid monitor handle was passed to it.

Declaration
public const int STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE = -1071774324
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_PIXELFORMAT

Specified pixel format is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_PIXELFORMAT = -1071774915
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE

Specified pixel value access mode is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE = -1071774913
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_POINTER

The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, it points to an invalid address, it points to a kernel mode address or it is not correctly aligned.

Declaration
public const int STATUS_GRAPHICS_INVALID_POINTER = -1071774236
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE

Specified primary surface size is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE = -1071774918
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING

Specified scanline ordering type is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING = -1071774894
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_STRIDE

Specified stride is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_STRIDE = -1071774916
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_TOTAL_REGION

Specified video signal total region is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_TOTAL_REGION = -1071774964
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE

Specified video present source is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE = -1071774972
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE

Specified video present source mode is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE = -1071774960
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET

Specified video present target is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET = -1071774971
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE

Specified video present target mode is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE = -1071774959
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET

Specified video present source set is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET = -1071774955
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET

Specified video present target set is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET = -1071774954
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDPN

Specified VidPN handle is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDPN = -1071774973
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH

Specified VidPN present path is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH = -1071774951
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET

Specified VidPN source mode set is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET = -1071774968
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE

Specified video present target subset type is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE = -1071774929
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET

Specified VidPN target mode set is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET = -1071774967
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY

Specified VidPN topology is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY = -1071774976
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON

Specified VidPN topology recommendation reason is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON = -1071774899
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE

Specified visible region size is invalid.

Declaration
public const int STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE = -1071774917
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED

Lead adapter in a linked configuration was not enumerated yet.

Declaration
public const int STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED = -1071774671
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_LEADLINK_START_DEFERRED

Starting the leadlink adapter has been deferred temporarily.

Declaration
public const int STATUS_GRAPHICS_LEADLINK_START_DEFERRED = 1075708983
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED

Maximum supported number of present paths has been reached.

Declaration
public const int STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED = -1071774887
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MCA_INTERNAL_ERROR

An internal error caused an operation to fail.

Declaration
public const int STATUS_GRAPHICS_MCA_INTERNAL_ERROR = -1071774328
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED

This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them.

Declaration
public const int STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED = -1071774237
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET

Specified mode is already in the mode set.

Declaration
public const int STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET = -1071774956
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE

ID of the specified mode is already used by another mode in the set.

Declaration
public const int STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE = -1071774940
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MODE_NOT_IN_MODESET

Specified mode is not in the specified mode set.

Declaration
public const int STATUS_GRAPHICS_MODE_NOT_IN_MODESET = -1071774902
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MODE_NOT_PINNED

No mode is pinned on the specified VidPN source/target.

Declaration
public const int STATUS_GRAPHICS_MODE_NOT_PINNED = 1075708679
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER

Newly arrived monitor could not be associated with a display adapter.

Declaration
public const int STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER = -1071774924
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS

The operating system asynchronously destroyed the monitor which corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed, the monitor PDO associated with this handle was stopped, or a display mode change occurred. A display mode change occurs when windows sends a WM_DISPLAYCHANGE windows message to applications.

Declaration
public const int STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS = -1071774323
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MONITOR_NOT_CONNECTED

There is no monitor connected on the specified video present target.

Declaration
public const int STATUS_GRAPHICS_MONITOR_NOT_CONNECTED = -1071774920
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET

Specified descriptor is already in the specified monitor descriptor set.

Declaration
public const int STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET = -1071774931
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE

ID of the specified monitor descriptor is already used by another descriptor in the set.

Declaration
public const int STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE = -1071774930
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET

Specified descriptor is not in the specified monitor descriptor set.

Declaration
public const int STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET = -1071774932
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED

Multi-sampling is not supported on the respective VidPN present path.

Declaration
public const int STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED = -1071774903
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_ACTIVE_VIDPN

VidPN manager of the display adapter in question does not have an active VidPN.

Declaration
public const int STATUS_GRAPHICS_NO_ACTIVE_VIDPN = -1071774922
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS

All available importance ordinals are already used in specified topology.

Declaration
public const int STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS = -1071774892
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET

Specified VidPN source cannot be used because there is no available VidPN target to connect it to.

Declaration
public const int STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET = -1071774925
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME

This function cannot find an actual GDI display device which corresponds to the specified GDI display device name.

Declaration
public const int STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME = -1071774239
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT

Failed to acquire display mode management interface.

Declaration
public const int STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT = -1071774911
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE

This function failed because the GDI device passed to it did not have any monitors associated with it.

Declaration
public const int STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE = -1071774235
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET

Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) does not contain any more elements.

Declaration
public const int STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET = 1075708748
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_PREFERRED_MODE

Specified mode set does not specify preference for one of its modes.

Declaration
public const int STATUS_GRAPHICS_NO_PREFERRED_MODE = 1075708702
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN

Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration.

Declaration
public const int STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN = -1071774941
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY

Miniport has no recommendation for augmentation of the specified VidPN's topology.

Declaration
public const int STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY = -1071774950
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_VIDEO_MEMORY

Not enough video memory available to complete the operation.

Declaration
public const int STATUS_GRAPHICS_NO_VIDEO_MEMORY = -1071775488
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NO_VIDPNMGR

Display adapter in question does not have an associated VidPN manager.

Declaration
public const int STATUS_GRAPHICS_NO_VIDPNMGR = -1071774923
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER

The display adapter is not linked to any other adapters.

Declaration
public const int STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER = -1071774672
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER

Exclusive mode ownership is needed to create unmanaged primary allocation.

Declaration
public const int STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER = -1071775744
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER

The driver trying to start is not the same as the driver for the POSTed display adapter.

Declaration
public const int STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER = -1071774664
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED

This function can only be used if a program is running in the local console session. It cannot be used if a program is running on a remote desktop session or on a terminal server session.

Declaration
public const int STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED = -1071774240
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE

The DxgkDdiOPMConfigureProtectedOutput function cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs.

Declaration
public const int STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE = -1071774440
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR

The function failed because an unexpected error occurred inside of a display driver.

Declaration
public const int STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR = -1071774434
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET

The DxgkDdiOPMGetInformation function cannot return the version of the SRM being used because the application never successfully passed an SRM to the protected output.

Declaration
public const int STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET = -1071774442
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_INTERNAL_ERROR

An internal error caused an operation to fail.

Declaration
public const int STATUS_GRAPHICS_OPM_INTERNAL_ERROR = -1071774453
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST

The DxgkDdiOPMConfigureProtectedOutput function returns this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid.

Declaration
public const int STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST = -1071774431
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS

The specified encrypted parameters are invalid.

Declaration
public const int STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS = -1071774461
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_INVALID_HANDLE

The function failed because the caller passed in an invalid OPM user mode handle.

Declaration
public const int STATUS_GRAPHICS_OPM_INVALID_HANDLE = -1071774452
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST

The DxgkDdiOPMGetInformation and DxgkDdiOPMGetCOPPCompatibleInformation functions return this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid.

Declaration
public const int STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST = -1071774435
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_INVALID_SRM

The HDCP System Renewability Message passed to this function did not comply with section 5 of the HDCP 1.1 specification.

Declaration
public const int STATUS_GRAPHICS_OPM_INVALID_SRM = -1071774446
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST

The GDI display device passed to this function does not have any active protected outputs.

Declaration
public const int STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST = -1071774459
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_NOT_SUPPORTED

The driver does not support OPM.

Declaration
public const int STATUS_GRAPHICS_OPM_NOT_SUPPORTED = -1071774464
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP

The protected output cannot enable Analogue Copy Protection (ACP) because it does not support ACP.

Declaration
public const int STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP = -1071774444
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA

The protected output cannot enable the Content Generation Management System Analogue (CGMS-A) protection technology because it does not support CGMS-A.

Declaration
public const int STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA = -1071774443
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP

The protected output cannot enable the High-bandwidth Digital Content Protection (HDCP) System because it does not support HDCP.

Declaration
public const int STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP = -1071774445
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS

Either the DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned when the caller tries to use a COPP specific command while the protected output has OPM semantics only.

Declaration
public const int STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS = -1071774436
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS

Either the DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned when the caller tries to use an OPM specific command while the protected output has COPP semantics only.

Declaration
public const int STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS = -1071774433
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS

The operating system asynchronously destroyed this OPM protected output because the operating system's state changed. This error typically occurs because the monitor PDO associated with this protected output was removed, the monitor PDO associated with this protected output was stopped, or the protected output's session became a non-console session.

Declaration
public const int STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS = -1071774438
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH

The DxgkDdiOPMConfigureProtectedOutput function cannot enable the specified output protection technology because the output's screen resolution is too high.

Declaration
public const int STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH = -1071774441
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED

The DxgkDdiOPMGetCOPPCompatibleInformation and DxgkDdiOPMConfigureProtectedOutput functions return this error if the display driver does not support the DXGKMDT_OPM_GET_ACP_AND_CGMSA_SIGNALING and DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs.

Declaration
public const int STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED = -1071774432
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED

The DxgkDdiOpmCreateProtectedOutput function could not create a protected output because the Video Present Target is in spanning mode.

Declaration
public const int STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED = -1071774449
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED

The DxgkDdiOpmCreateProtectedOutput function could not create a protected output because the Video Present Target is in theater mode.

Declaration
public const int STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED = -1071774448
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL

An array passed to the function cannot hold all of the data that the function must copy into the array.

Declaration
public const int STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL = -1071774234
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PARTIAL_DATA_POPULATED

Specified buffer is not big enough to contain entire requested dataset. Partial data populated upto the size of the buffer. Caller needs to provide buffer of size as specified in the partially populated buffer's content (interface specific).

Declaration
public const int STATUS_GRAPHICS_PARTIAL_DATA_POPULATED = 1075707914
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY

Specified video present path is already in VidPN's topology.

Declaration
public const int STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY = -1071774957
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED

Specified content transformation is not pinned on the specified VidPN present path.

Declaration
public const int STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED = 1075708753
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED

Specified content geometry transformation is not supported on the respective VidPN present path.

Declaration
public const int STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED = -1071774906
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY

Specified present path is not in VidPN's topology.

Declaration
public const int STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY = -1071774937
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET

Pinned mode must remain in the set on VidPN's cofunctional modality enumeration.

Declaration
public const int STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET = -1071774958
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY

The display adapter is being polled for children too frequently at the same polling level.

Declaration
public const int STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY = 1075708985
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PRESENT_DENIED

Not able to present due to denial of desktop access

Declaration
public const int STATUS_GRAPHICS_PRESENT_DENIED = -1071775737
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PRESENT_MODE_CHANGED

Present happened but ended up into the changed desktop mode

Declaration
public const int STATUS_GRAPHICS_PRESENT_MODE_CHANGED = -1071775739
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PRESENT_OCCLUDED

Nothing to present due to desktop occlusion

Declaration
public const int STATUS_GRAPHICS_PRESENT_OCCLUDED = -1071775738
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED

Present redirection is disabled (desktop windowing management subsystem is off).

Declaration
public const int STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED = -1071775733
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PRESENT_UNOCCLUDED

Previous exclusive VidPn source owner has released its ownership

Declaration
public const int STATUS_GRAPHICS_PRESENT_UNOCCLUDED = -1071775732
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PVP_HFS_FAILED

The function failed because the display adapter's Hardware Functionality Scan failed to validate the graphics hardware.

Declaration
public const int STATUS_GRAPHICS_PVP_HFS_FAILED = -1071774447
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH

A certificate could not be returned because the certificate buffer passed to the function was too small.

Declaration
public const int STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH = -1071774450
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_RESOURCES_NOT_RELATED

Two or more of the specified resources are not related to each other, as defined by the interface semantics.

Declaration
public const int STATUS_GRAPHICS_RESOURCES_NOT_RELATED = -1071774928
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS

The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. There are currently three types of sessions: console, disconnected and remote.

Declaration
public const int STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS = -1071774232
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION

Skip preparation of allocations referenced by the DMA buffer.

Declaration
public const int STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION = 1075708417
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET

Specified video present source is already in the video present source set.

Declaration
public const int STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET = -1071774953
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE

ID of the specified video present source is already used by another source in the set.

Declaration
public const int STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE = -1071774927
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY

Specified source is not part of the specified VidPN's topology.

Declaration
public const int STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY = -1071774919
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED

Specified display adapter child device already has an external device connected to it.

Declaration
public const int STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED = -1071774720
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_STALE_MODESET

Specified mode set is stale. Please reacquire the new mode set.

Declaration
public const int STATUS_GRAPHICS_STALE_MODESET = -1071774944
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY

Specified VidPN topology is stale. Please reacquire the new topology.

Declaration
public const int STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY = -1071774921
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_START_DEFERRED

Starting the adapter has been deferred temporarily.

Declaration
public const int STATUS_GRAPHICS_START_DEFERRED = 1075708986
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_TARGET_ALREADY_IN_SET

Specified video present target is already in the video present target set.

Declaration
public const int STATUS_GRAPHICS_TARGET_ALREADY_IN_SET = -1071774952
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE

ID of the specified video present target is already used by another target in the set.

Declaration
public const int STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE = -1071774926
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY

Specified target is not part of the specified VidPN's topology.

Declaration
public const int STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY = -1071774912
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_TOO_MANY_REFERENCES

An object being referenced has already reached the maximum reference count and can't be referenced any further.

Declaration
public const int STATUS_GRAPHICS_TOO_MANY_REFERENCES = -1071775485
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED

Topology changes are not allowed for the specified VidPN.

Declaration
public const int STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED = -1071774893
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_TRY_AGAIN_LATER

A problem couldn't be solved due to some currently existing condition. The problem should be tried again later.

Declaration
public const int STATUS_GRAPHICS_TRY_AGAIN_LATER = -1071775484
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_TRY_AGAIN_NOW

A problem couldn't be solved due to some currently existing condition. The problem should be tried again immediately.

Declaration
public const int STATUS_GRAPHICS_TRY_AGAIN_NOW = -1071775483
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_UAB_NOT_SUPPORTED

The driver does not support UAB.

Declaration
public const int STATUS_GRAPHICS_UAB_NOT_SUPPORTED = -1071774462
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS

No more than one unassigned mode set can exist at any given time for a given VidPN source/target.

Declaration
public const int STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS = -1071774896
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS

Child device presence was not reliably detected.

Declaration
public const int STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS = 1075708975
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE

No more unswizzling aperture are currently available.

Declaration
public const int STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE = -1071775481
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED

The current allocation can't be unswizzled by an aperture.

Declaration
public const int STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED = -1071775480
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES

Number of video present targets must be greater than or equal to the number of video present sources.

Declaration
public const int STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES = -1071774938
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED

Specified VidPN modality is not supported (e.g. at least two of the pinned modes are not cofunctional).

Declaration
public const int STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED = -1071774970
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE

Specified VidPN source is already owned by a DMM client and cannot be used until that client releases it.

Declaration
public const int STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE = -1071774910
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED

Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources.

Declaration
public const int STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED = -1071774974
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED

Specified VidPN topology is valid but is not supported by this model of the display adapter.

Declaration
public const int STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED = -1071774975
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE

Window DC is not available for presentation

Declaration
public const int STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE = -1071775731
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED

Windowless present is disabled (desktop windowing management subsystem is off).

Declaration
public const int STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED = -1071775730
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE

The allocation being referenced doesn't belong to the current device.

Declaration
public const int STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE = -1071775467
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GROUP_EXISTS

The specified group already exists.

Declaration
public const int STATUS_GROUP_EXISTS = -1073741723
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GUARD_PAGE_VIOLATION

{EXCEPTION} Guard Page Exception A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed.

Declaration
public const int STATUS_GUARD_PAGE_VIOLATION = -2147483647
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GUID_SUBSTITUTION_MADE

{GUID Substitution} During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.

Declaration
public const int STATUS_GUID_SUBSTITUTION_MADE = -2147483636
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_GUIDS_EXHAUSTED

The GUIDs could not be allocated because the Authority Agent was exhausted.

Declaration
public const int STATUS_GUIDS_EXHAUSTED = -1073741693
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HANDLE_NO_LONGER_VALID

The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint.

Declaration
public const int STATUS_HANDLE_NO_LONGER_VALID = -1072103384
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HANDLE_NOT_CLOSABLE

NtClose was called on a handle that was protected from close via NtSetInformationObject.

Declaration
public const int STATUS_HANDLE_NOT_CLOSABLE = -1073741259
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HANDLE_REVOKED

Access to the specified handle has been revoked.

Declaration
public const int STATUS_HANDLE_REVOKED = -1073700858
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HANDLES_CLOSED

{Handles Closed} Handles to objects have been automatically closed as a result of the requested operation.

Declaration
public const int STATUS_HANDLES_CLOSED = -2147483638
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HARDWARE_MEMORY_ERROR

The hardware has reported an uncorrectable memory error.

Declaration
public const int STATUS_HARDWARE_MEMORY_ERROR = -1073740023
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HASH_NOT_PRESENT

The hash requests is not present or not up to date with the current file contents.

Declaration
public const int STATUS_HASH_NOT_PRESENT = -1073700607
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HASH_NOT_SUPPORTED

Hash generation for the specified version and hash type is not enabled on server.

Declaration
public const int STATUS_HASH_NOT_SUPPORTED = -1073700608
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED

HD Audio widget does not support the connection list parameter.

Declaration
public const int STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED = -1069285373
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HDAUDIO_EMPTY_CONNECTION_LIST

HD Audio widget encountered an unexpected empty connection list.

Declaration
public const int STATUS_HDAUDIO_EMPTY_CONNECTION_LIST = -1069285374
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED

No HD Audio subdevices were successfully created.

Declaration
public const int STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED = -1069285372
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY

An unexpected NULL pointer was encountered in a linked list.

Declaration
public const int STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY = -1069285371
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HEAP_CORRUPTION

A heap has been corrupted.

Declaration
public const int STATUS_HEAP_CORRUPTION = -1073740940
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HEURISTIC_DAMAGE_POSSIBLE

The attempt to commit the Transaction completed, but it is possible that some portion of the transaction tree did not commit successfully due to heuristics. Therefore it is possible that some data modified in the transaction may not have committed, resulting in transactional inconsistency. If possible, check the consistency of the associated data.

Declaration
public const int STATUS_HEURISTIC_DAMAGE_POSSIBLE = 1075380225
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HIBERNATED

The system was put into hibernation.

Declaration
public const int STATUS_HIBERNATED = 1073741866
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HIBERNATION_FAILURE

The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.

Declaration
public const int STATUS_HIBERNATION_FAILURE = -1073740783
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HIVE_UNLOADED

Illegal operation attempted on a registry key which has already been unloaded.

Declaration
public const int STATUS_HIVE_UNLOADED = -1073740763
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HMAC_NOT_SUPPORTED

The cryptographic provider does not support HMAC.

Declaration
public const int STATUS_HMAC_NOT_SUPPORTED = -1073700863
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HOPLIMIT_EXCEEDED

An ICMP hop limit exceeded error was received.

Declaration
public const int STATUS_HOPLIMIT_EXCEEDED = -1073700846
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HOST_DOWN

The transport determined that the remote system is down.

Declaration
public const int STATUS_HOST_DOWN = -1073740976
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HOST_UNREACHABLE

The remote system is not reachable by the transport.

Declaration
public const int STATUS_HOST_UNREACHABLE = -1073741251
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HUNG_DISPLAY_DRIVER_THREAD

{Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.

Declaration
public const int STATUS_HUNG_DISPLAY_DRIVER_THREAD = -1073740779
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_ACCESS_DENIED

Access to the specified object was denied.

Declaration
public const int STATUS_HV_ACCESS_DENIED = -1070268410
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_ACKNOWLEDGED

The previous virtual interrupt has already been acknowledged.

Declaration
public const int STATUS_HV_ACKNOWLEDGED = -1070268394
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR

Validation of CPUID data of the processor failed.

Declaration
public const int STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR = -1070268356
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR

Validation of XSAVE CPUID data of the processor failed.

Declaration
public const int STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR = -1070268355
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_FEATURE_UNAVAILABLE

A hypervisor feature is not available to the user.

Declaration
public const int STATUS_HV_FEATURE_UNAVAILABLE = -1070268386
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INACTIVE

The physical connection being used for debugging has not recorded any receive activity since the last operation.

Declaration
public const int STATUS_HV_INACTIVE = -1070268388
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INSUFFICIENT_BUFFER

The specified buffer was too small to contain all of the requested data.

Declaration
public const int STATUS_HV_INSUFFICIENT_BUFFER = -1070268365
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INSUFFICIENT_BUFFERS

Not enough buffers were supplied to send a message.

Declaration
public const int STATUS_HV_INSUFFICIENT_BUFFERS = -1070268397
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS

The maximum number of domains supported by the platform I/O remapping hardware is currently in use. No domains are available to assign this device to this partition.

Declaration
public const int STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS = -1070268360
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INSUFFICIENT_MEMORY

There is not enough memory in the hypervisor pool to complete the operation.

Declaration
public const int STATUS_HV_INSUFFICIENT_MEMORY = -1070268405
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_ALIGNMENT

The hypervisor could not perform the operation because a parameter has an invalid alignment.

Declaration
public const int STATUS_HV_INVALID_ALIGNMENT = -1070268412
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_CONNECTION_ID

The hypervisor could not perform the operation because the specified connection identifier is invalid.

Declaration
public const int STATUS_HV_INVALID_CONNECTION_ID = -1070268398
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_CPU_GROUP_ID

A CPU group with the specified CPU group Id does not exist.

Declaration
public const int STATUS_HV_INVALID_CPU_GROUP_ID = -1070268305
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_CPU_GROUP_STATE

The hypervisor could not perform the operation because the CPU group is entering or in an invalid state.

Declaration
public const int STATUS_HV_INVALID_CPU_GROUP_STATE = -1070268304
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_DEVICE_ID

The supplied device ID is invalid.

Declaration
public const int STATUS_HV_INVALID_DEVICE_ID = -1070268329
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_DEVICE_STATE

The operation is not allowed in the current device state.

Declaration
public const int STATUS_HV_INVALID_DEVICE_STATE = -1070268328
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_HYPERCALL_CODE

The hypervisor does not support the operation because the specified hypercall code is not supported.

Declaration
public const int STATUS_HV_INVALID_HYPERCALL_CODE = -1070268414
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_HYPERCALL_INPUT

The hypervisor does not support the operation because the encoding for the hypercall input register is not supported.

Declaration
public const int STATUS_HV_INVALID_HYPERCALL_INPUT = -1070268413
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_LP_INDEX

The hypervisor could not perform the operation because the specified LP index is invalid.

Declaration
public const int STATUS_HV_INVALID_LP_INDEX = -1070268351
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_PARAMETER

The hypervisor could not perform the operation because an invalid parameter was specified.

Declaration
public const int STATUS_HV_INVALID_PARAMETER = -1070268411
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_PARTITION_ID

A partition with the specified partition Id does not exist.

Declaration
public const int STATUS_HV_INVALID_PARTITION_ID = -1070268403
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_PARTITION_STATE

The hypervisor could not perform the operation because the partition is entering or in an invalid state.

Declaration
public const int STATUS_HV_INVALID_PARTITION_STATE = -1070268409
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_PORT_ID

The hypervisor could not perform the operation because the specified port identifier is invalid.

Declaration
public const int STATUS_HV_INVALID_PORT_ID = -1070268399
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO

The proximity domain information is invalid.

Declaration
public const int STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO = -1070268390
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_REGISTER_VALUE

The supplied register value is invalid.

Declaration
public const int STATUS_HV_INVALID_REGISTER_VALUE = -1070268336
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_SAVE_RESTORE_STATE

The indicated partition is not in a valid state for saving or restoring.

Declaration
public const int STATUS_HV_INVALID_SAVE_RESTORE_STATE = -1070268393
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_SYNIC_STATE

The hypervisor could not complete the operation because a required feature of the synthetic interrupt controller (SynIC) was disabled.

Declaration
public const int STATUS_HV_INVALID_SYNIC_STATE = -1070268392
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_VP_INDEX

The hypervisor could not perform the operation because the specified VP index is invalid.

Declaration
public const int STATUS_HV_INVALID_VP_INDEX = -1070268402
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_VP_STATE

A virtual processor is not in the correct state for the indicated operation.

Declaration
public const int STATUS_HV_INVALID_VP_STATE = -1070268395
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_INVALID_VTL_STATE

The supplied virtual trust level is not in the correct state to perform the requested operation.

Declaration
public const int STATUS_HV_INVALID_VTL_STATE = -1070268335
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_NO_DATA

An attempt to retrieve debugging data failed because none was available.

Declaration
public const int STATUS_HV_NO_DATA = -1070268389
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_NO_RESOURCES

There are not enough resources to complete the operation.

Declaration
public const int STATUS_HV_NO_RESOURCES = -1070268387
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_NOT_ACKNOWLEDGED

The previous virtual interrupt has not been acknowledged.

Declaration
public const int STATUS_HV_NOT_ACKNOWLEDGED = -1070268396
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE

The hypervisor could not perform the operation because it is not allowed with nested virtualization active.

Declaration
public const int STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE = -1070268302
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_NOT_PRESENT

No hypervisor is present on this system.

Declaration
public const int STATUS_HV_NOT_PRESENT = -1070264320
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_NX_NOT_DETECTED

No execute feature (NX) is not present or not enabled in the BIOS.

Declaration
public const int STATUS_HV_NX_NOT_DETECTED = -1070268331
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_OBJECT_IN_USE

The hypervisor could not perform the operation because the object or value was either already in use or being used for a purpose that would not permit completing the operation.

Declaration
public const int STATUS_HV_OBJECT_IN_USE = -1070268391
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_OPERATION_DENIED

The operation is not allowed in the current state.

Declaration
public const int STATUS_HV_OPERATION_DENIED = -1070268408
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_OPERATION_FAILED

The requested operation failed.

Declaration
public const int STATUS_HV_OPERATION_FAILED = -1070268303
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_PAGE_REQUEST_INVALID

The supplied page request specifies a memory access that the guest does not have permissions to perform.

Declaration
public const int STATUS_HV_PAGE_REQUEST_INVALID = -1070268320
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_PARTITION_TOO_DEEP

The maximum partition depth has been exceeded for the partition hierarchy.

Declaration
public const int STATUS_HV_PARTITION_TOO_DEEP = -1070268404
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_PENDING_PAGE_REQUESTS

The device had pending page requests which were discarded.

Declaration
public const int STATUS_HV_PENDING_PAGE_REQUESTS = 3473497
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_PROCESSOR_STARTUP_TIMEOUT

Processor did not respond within the timeout period.

Declaration
public const int STATUS_HV_PROCESSOR_STARTUP_TIMEOUT = -1070268354
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE

The specified value of a partition property is out of range or violates an invariant.

Declaration
public const int STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE = -1070268406
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_SMX_ENABLED

SMX has been enabled in the BIOS.

Declaration
public const int STATUS_HV_SMX_ENABLED = -1070268353
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_HV_UNKNOWN_PROPERTY

The hypervisor does not recognize the specified partition property.

Declaration
public const int STATUS_HV_UNKNOWN_PROPERTY = -1070268407
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ILL_FORMED_PASSWORD

When trying to update a password, this return status indicates that the value provided for the new password contains values that are not allowed in passwords.

Declaration
public const int STATUS_ILL_FORMED_PASSWORD = -1073741717
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ILL_FORMED_SERVICE_ENTRY

A configuration registry node representing a driver service entry was ill-formed and did not contain required value entries.

Declaration
public const int STATUS_ILL_FORMED_SERVICE_ENTRY = -1073741472
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ILLEGAL_CHARACTER

An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.

Declaration
public const int STATUS_ILLEGAL_CHARACTER = -1073741471
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ILLEGAL_DLL_RELOCATION

{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.

Declaration
public const int STATUS_ILLEGAL_DLL_RELOCATION = -1073741207
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ILLEGAL_ELEMENT_ADDRESS

The specified medium changer element does not exist.

Declaration
public const int STATUS_ILLEGAL_ELEMENT_ADDRESS = -1073741179
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ILLEGAL_FLOAT_CONTEXT

{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present.

Declaration
public const int STATUS_ILLEGAL_FLOAT_CONTEXT = -1073741494
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ILLEGAL_FUNCTION

The specified handle is not open to the server end of the named pipe.

Declaration
public const int STATUS_ILLEGAL_FUNCTION = -1073741649
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ILLEGAL_INSTRUCTION

{EXCEPTION} Illegal Instruction An attempt was made to execute an illegal instruction.

Declaration
public const int STATUS_ILLEGAL_INSTRUCTION = -1073741795
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_ALREADY_LOADED

Indicates that the specified image is already loaded.

Declaration
public const int STATUS_IMAGE_ALREADY_LOADED = -1073741554
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_ALREADY_LOADED_AS_DLL

Indicates that the specified image is already loaded as a DLL.

Declaration
public const int STATUS_IMAGE_ALREADY_LOADED_AS_DLL = -1073741411
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_AT_DIFFERENT_BASE

{Image Relocated} An image file was mapped at a different address from the one specified in the image file but fixups will still be automatically performed on the image.

Declaration
public const int STATUS_IMAGE_AT_DIFFERENT_BASE = 1073741878
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_CERT_EXPIRED

Windows cannot verify the digital signature for this file. The signing certificate for this file has expired.

Declaration
public const int STATUS_IMAGE_CERT_EXPIRED = -1073740283
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_CERT_REVOKED

Windows cannot verify the digital signature for this file. The signing certificate for this file has been revoked.

Declaration
public const int STATUS_IMAGE_CERT_REVOKED = -1073740285
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_CHECKSUM_MISMATCH

{Bad Image Checksum} The image %hs is possibly corrupt. The header checksum does not match the computed checksum.

Declaration
public const int STATUS_IMAGE_CHECKSUM_MISMATCH = -1073741279
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_MACHINE_TYPE_MISMATCH

{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.

Declaration
public const int STATUS_IMAGE_MACHINE_TYPE_MISMATCH = 1073741838
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE

{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.

Declaration
public const int STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE = 1073741859
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_MP_UP_MISMATCH

{UP/MP Image Mismatch} The image %hs has been modified for use on a uniprocessor system, but you are running it on a multiprocessor machine. Please reinstall the image file.

Declaration
public const int STATUS_IMAGE_MP_UP_MISMATCH = -1073741239
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_NOT_AT_BASE

{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.

Declaration
public const int STATUS_IMAGE_NOT_AT_BASE = 1073741827
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT

The subsystem needed to support the image type is not present.

Declaration
public const int STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT = -1073741405
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IMPLEMENTATION_LIMIT

An operation attempted to exceed an implementation-defined limit.

Declaration
public const int STATUS_IMPLEMENTATION_LIMIT = -1073740757
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IN_PAGE_ERROR

The instruction at 0x%p referenced memory at 0x%p. The required data was not placed into memory because of an I/O error status of 0x%x.

Declaration
public const int STATUS_IN_PAGE_ERROR = -1073741818
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INCOMPATIBLE_DRIVER_BLOCKED

%2 has been blocked from loading due to incompatibility with this system. Please contact your software vendor for a compatible version of the driver.

Declaration
public const int STATUS_INCOMPATIBLE_DRIVER_BLOCKED = -1073740764
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INCOMPATIBLE_FILE_MAP

A section was created to map a file which is not compatible to an already existing section which maps the same file.

Declaration
public const int STATUS_INCOMPATIBLE_FILE_MAP = -1073741747
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING

Short name settings may not be changed on this volume due to the global registry setting.

Declaration
public const int STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING = -1073741410
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INCORRECT_ACCOUNT_TYPE

The system is not authoritative for the specified account and therefore cannot complete the operation. Please retry the operation using the provider associated with this account. If this is an online provider please use the provider's online site.

Declaration
public const int STATUS_INCORRECT_ACCOUNT_TYPE = -1073700727
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INDOUBT_TRANSACTIONS_EXIST

The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.

Declaration
public const int STATUS_INDOUBT_TRANSACTIONS_EXIST = -1072103366
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INFO_LENGTH_MISMATCH

The specified information record length does not match the length required for the specified information class.

Declaration
public const int STATUS_INFO_LENGTH_MISMATCH = -1073741820
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INSTANCE_NOT_AVAILABLE

The maximum named pipe instance count has been reached.

Declaration
public const int STATUS_INSTANCE_NOT_AVAILABLE = -1073741653
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INSTRUCTION_MISALIGNMENT

An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.

Declaration
public const int STATUS_INSTRUCTION_MISALIGNMENT = -1073741654
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INSUFF_SERVER_RESOURCES

Insufficient server resources exist to complete the request.

Declaration
public const int STATUS_INSUFF_SERVER_RESOURCES = -1073741307
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INSUFFICIENT_LOGON_INFO

There is insufficient account information to log you on.

Declaration
public const int STATUS_INSUFFICIENT_LOGON_INFO = -1073741232
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INSUFFICIENT_NVRAM_RESOURCES

Insufficient NVRAM resources exist to complete the API. A reboot might be required.

Declaration
public const int STATUS_INSUFFICIENT_NVRAM_RESOURCES = -1073740716
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INSUFFICIENT_POWER

There is not enough power to complete the requested operation.

Declaration
public const int STATUS_INSUFFICIENT_POWER = -1073741090
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE

The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.

Declaration
public const int STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE = -1073740778
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INSUFFICIENT_RESOURCES

Insufficient system resources exist to complete the API.

Declaration
public const int STATUS_INSUFFICIENT_RESOURCES = -1073741670
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INTEGER_DIVIDE_BY_ZERO

{EXCEPTION} Integer division by zero.

Declaration
public const int STATUS_INTEGER_DIVIDE_BY_ZERO = -1073741676
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INTEGER_OVERFLOW

{EXCEPTION} Integer overflow.

Declaration
public const int STATUS_INTEGER_OVERFLOW = -1073741675
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INTERMIXED_KERNEL_EA_OPERATION

An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation.

Declaration
public const int STATUS_INTERMIXED_KERNEL_EA_OPERATION = -1073740687
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INTERNAL_DB_CORRUPTION

This error indicates that the requested operation cannot be completed due to a catastrophic media failure or on-disk data structure corruption.

Declaration
public const int STATUS_INTERNAL_DB_CORRUPTION = -1073741596
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INTERNAL_DB_ERROR

The Local Security Authority (LSA) database contains an internal inconsistency.

Declaration
public const int STATUS_INTERNAL_DB_ERROR = -1073741480
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INTERNAL_ERROR

An internal error occurred.

Declaration
public const int STATUS_INTERNAL_ERROR = -1073741595
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INTERRUPT_STILL_CONNECTED

The specified interrupt vector is still connected.

Declaration
public const int STATUS_INTERRUPT_STILL_CONNECTED = 296
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED

The specified interrupt vector was already connected.

Declaration
public const int STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED = 295
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_ACCOUNT_NAME

The name provided is not a properly formed account name.

Declaration
public const int STATUS_INVALID_ACCOUNT_NAME = -1073741726
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_ACE_CONDITION

{Invalid ACE Condition} The specified access control entry (ACE) contains an invalid condition.

Declaration
public const int STATUS_INVALID_ACE_CONDITION = -1073741406
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_ACL

Indicates the ACL structure is not valid.

Declaration
public const int STATUS_INVALID_ACL = -1073741705
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_ADDRESS

The address handle given to the transport was invalid.

Declaration
public const int STATUS_INVALID_ADDRESS = -1073741503
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_ADDRESS_COMPONENT

The transport rejected the network address specified as invalid.

Declaration
public const int STATUS_INVALID_ADDRESS_COMPONENT = -1073741305
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_ADDRESS_WILDCARD

The transport rejected the network address specified due to an invalid use of a wildcard.

Declaration
public const int STATUS_INVALID_ADDRESS_WILDCARD = -1073741304
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_BLOCK_LENGTH

When accessing a new tape of a multivolume partition, the current blocksize is incorrect.

Declaration
public const int STATUS_INVALID_BLOCK_LENGTH = -1073741453
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_BUFFER_SIZE

The size of the buffer is invalid for the specified operation.

Declaration
public const int STATUS_INVALID_BUFFER_SIZE = -1073741306
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_CAP

The Central Access Policy obtained from Active Directory is invalid.

Declaration
public const int STATUS_INVALID_CAP = -1073740539
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_CID

An invalid Client ID was specified.

Declaration
public const int STATUS_INVALID_CID = -1073741813
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_COMPUTER_NAME

Indicates a name specified as a remote computer name is syntactically invalid.

Declaration
public const int STATUS_INVALID_COMPUTER_NAME = -1073741534
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_CONNECTION

The connection handle given to the transport was invalid.

Declaration
public const int STATUS_INVALID_CONNECTION = -1073741504
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_CRUNTIME_PARAMETER

An invalid parameter was passed to a C runtime function.

Declaration
public const int STATUS_INVALID_CRUNTIME_PARAMETER = -1073740777
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_DEVICE_OBJECT_PARAMETER

The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.

Declaration
public const int STATUS_INVALID_DEVICE_OBJECT_PARAMETER = -1073740951
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_DEVICE_REQUEST

The specified request is not a valid operation for the target device.

Declaration
public const int STATUS_INVALID_DEVICE_REQUEST = -1073741808
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_DEVICE_STATE

The device is not in a valid state to perform this request.

Declaration
public const int STATUS_INVALID_DEVICE_STATE = -1073741436
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_DISPOSITION

An invalid exception disposition was returned by an exception handler.

Declaration
public const int STATUS_INVALID_DISPOSITION = -1073741786
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_DOMAIN_ROLE

This operation is only allowed for the Primary Domain Controller of the domain.

Declaration
public const int STATUS_INVALID_DOMAIN_ROLE = -1073741602
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_DOMAIN_STATE

Indicates the Domain was in the wrong state to perform the desired operation.

Declaration
public const int STATUS_INVALID_DOMAIN_STATE = -1073741603
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_EA_FLAG

{Invalid EA Flag} An invalid extended attribute (EA) flag was set.

Declaration
public const int STATUS_INVALID_EA_FLAG = -2147483627
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_EA_NAME

{Illegal EA} The specified extended attribute (EA) name contains at least one illegal character.

Declaration
public const int STATUS_INVALID_EA_NAME = -2147483629
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_EXCEPTION_HANDLER

An invalid exception handler routine has been detected.

Declaration
public const int STATUS_INVALID_EXCEPTION_HANDLER = -1073741403
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_FIELD_IN_PARAMETER_LIST

{Invalid Field In Parameter List} The command specified an invalid field in its parameter list.

Declaration
public const int STATUS_INVALID_FIELD_IN_PARAMETER_LIST = -1073740683
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_FILE_FOR_SECTION

{Bad File} The attributes of the specified mapping file for a section of memory cannot be read.

Declaration
public const int STATUS_INVALID_FILE_FOR_SECTION = -1073741792
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_GROUP_ATTRIBUTES

The specified attributes are invalid, or incompatible with the attributes for the group as a whole.

Declaration
public const int STATUS_INVALID_GROUP_ATTRIBUTES = -1073741660
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_HANDLE

An invalid HANDLE was specified.

Declaration
public const int STATUS_INVALID_HANDLE = -1073741816
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_HW_PROFILE

The specified hardware profile configuration is invalid.

Declaration
public const int STATUS_INVALID_HW_PROFILE = -1073741216
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_ID_AUTHORITY

The value provided was an invalid value for an identifier authority.

Declaration
public const int STATUS_INVALID_ID_AUTHORITY = -1073741692
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IDN_NORMALIZATION

Indicates that the specified string is not valid for IDN normalization.

Declaration
public const int STATUS_INVALID_IDN_NORMALIZATION = -1073740010
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IMAGE_FORMAT

{Bad Image} %hs is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support. Error status 0x%08lx.

Declaration
public const int STATUS_INVALID_IMAGE_FORMAT = -1073741701
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IMAGE_HASH

Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.

Declaration
public const int STATUS_INVALID_IMAGE_HASH = -1073740760
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IMAGE_LE_FORMAT

The specified image file did not have the correct format, it appears to be LE format.

Declaration
public const int STATUS_INVALID_IMAGE_LE_FORMAT = -1073741522
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IMAGE_NE_FORMAT

The specified image file did not have the correct format. It appears to be NE format.

Declaration
public const int STATUS_INVALID_IMAGE_NE_FORMAT = -1073741541
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IMAGE_NOT_MZ

The specified image file did not have the correct format, it did not have an initial MZ.

Declaration
public const int STATUS_INVALID_IMAGE_NOT_MZ = -1073741521
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IMAGE_PROTECT

The specified image file did not have the correct format, it did not have a proper e_lfarlc in the MZ header.

Declaration
public const int STATUS_INVALID_IMAGE_PROTECT = -1073741520
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IMAGE_WIN_16

The specified image file did not have the correct format, it appears to be a 16-bit Windows image.

Declaration
public const int STATUS_INVALID_IMAGE_WIN_16 = -1073741519
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IMAGE_WIN_32

The specified image file did not have the correct format, it appears to be a 32-bit Windows image.

Declaration
public const int STATUS_INVALID_IMAGE_WIN_32 = -1073740967
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IMAGE_WIN_64

The specified image file did not have the correct format, it appears to be a 64-bit Windows image.

Declaration
public const int STATUS_INVALID_IMAGE_WIN_64 = -1073740966
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_IMPORT_OF_NON_DLL

A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.

Declaration
public const int STATUS_INVALID_IMPORT_OF_NON_DLL = -1073740945
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_INFO_CLASS

{Invalid Parameter} The specified information class is not a valid information class for the specified object.

Declaration
public const int STATUS_INVALID_INFO_CLASS = -1073741821
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_INITIATOR_TARGET_PATH

{Invalid I_T Nexus} An attempt was made to send down the command via an invalid path to the target device.

Declaration
public const int STATUS_INVALID_INITIATOR_TARGET_PATH = -1073740681
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_KERNEL_INFO_VERSION

The supplied kernel information version is invalid.

Declaration
public const int STATUS_INVALID_KERNEL_INFO_VERSION = -1073700860
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_LABEL

Indicates a particular Security ID may not be assigned as the label of an object.

Declaration
public const int STATUS_INVALID_LABEL = -1073740730
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_LDT_DESCRIPTOR

Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.

Declaration
public const int STATUS_INVALID_LDT_DESCRIPTOR = -1073741542
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_LDT_OFFSET

Indicates that the starting value for the LDT information was not an integral multiple of the selector size.

Declaration
public const int STATUS_INVALID_LDT_OFFSET = -1073741543
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_LDT_SIZE

Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.

Declaration
public const int STATUS_INVALID_LDT_SIZE = -1073741544
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_LEVEL

{Incorrect System Call Level} An invalid level was passed into the specified system call.

Declaration
public const int STATUS_INVALID_LEVEL = -1073741496
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_LOCK_RANGE

A requested file lock operation cannot be processed due to an invalid byte range.

Declaration
public const int STATUS_INVALID_LOCK_RANGE = -1073741407
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_LOCK_SEQUENCE

{Invalid Lock Sequence} An attempt was made to execute an invalid lock sequence.

Declaration
public const int STATUS_INVALID_LOCK_SEQUENCE = -1073741794
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_LOGON_HOURS

The user account has time restrictions and may not be logged onto at this time.

Declaration
public const int STATUS_INVALID_LOGON_HOURS = -1073741713
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_LOGON_TYPE

Indicates an invalid value has been provided for the LogonType requested.

Declaration
public const int STATUS_INVALID_LOGON_TYPE = -1073741557
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_MEMBER

A new member could not be added to a local group because the member has the wrong account type.

Declaration
public const int STATUS_INVALID_MEMBER = -1073741445
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_MESSAGE

The ALPC message supplied is invalid.

Declaration
public const int STATUS_INVALID_MESSAGE = -1073740030
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_NETWORK_RESPONSE

The network responded incorrectly.

Declaration
public const int STATUS_INVALID_NETWORK_RESPONSE = -1073741629
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_OFFSET_ALIGNMENT

{Alignment Violation} The command specified a data offset that does not align to the device's granularity/alignment.

Declaration
public const int STATUS_INVALID_OFFSET_ALIGNMENT = -1073740684
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_OPLOCK_PROTOCOL

Error status returned when an invalid oplock acknowledgment is received by a file system.

Declaration
public const int STATUS_INVALID_OPLOCK_PROTOCOL = -1073741597
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_OWNER

Indicates a particular Security ID may not be assigned as the owner of an object.

Declaration
public const int STATUS_INVALID_OWNER = -1073741734
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PACKAGE_SID_LENGTH

The length of the SID supplied is not a valid length for app container SIDs.

Declaration
public const int STATUS_INVALID_PACKAGE_SID_LENGTH = -1073700350
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PAGE_PROTECTION

The specified page protection was not valid.

Declaration
public const int STATUS_INVALID_PAGE_PROTECTION = -1073741755
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER

An invalid parameter was passed to a service or function.

Declaration
public const int STATUS_INVALID_PARAMETER = -1073741811
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_1

An invalid parameter was passed to a service or function as the first argument.

Declaration
public const int STATUS_INVALID_PARAMETER_1 = -1073741585
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_10

An invalid parameter was passed to a service or function as the tenth argument.

Declaration
public const int STATUS_INVALID_PARAMETER_10 = -1073741576
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_11

An invalid parameter was passed to a service or function as the eleventh argument.

Declaration
public const int STATUS_INVALID_PARAMETER_11 = -1073741575
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_12

An invalid parameter was passed to a service or function as the twelfth argument.

Declaration
public const int STATUS_INVALID_PARAMETER_12 = -1073741574
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_2

An invalid parameter was passed to a service or function as the second argument.

Declaration
public const int STATUS_INVALID_PARAMETER_2 = -1073741584
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_3

An invalid parameter was passed to a service or function as the third argument.

Declaration
public const int STATUS_INVALID_PARAMETER_3 = -1073741583
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_4

An invalid parameter was passed to a service or function as the fourth argument.

Declaration
public const int STATUS_INVALID_PARAMETER_4 = -1073741582
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_5

An invalid parameter was passed to a service or function as the fifth argument.

Declaration
public const int STATUS_INVALID_PARAMETER_5 = -1073741581
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_6

An invalid parameter was passed to a service or function as the sixth argument.

Declaration
public const int STATUS_INVALID_PARAMETER_6 = -1073741580
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_7

An invalid parameter was passed to a service or function as the seventh argument.

Declaration
public const int STATUS_INVALID_PARAMETER_7 = -1073741579
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_8

An invalid parameter was passed to a service or function as the eighth argument.

Declaration
public const int STATUS_INVALID_PARAMETER_8 = -1073741578
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_9

An invalid parameter was passed to a service or function as the ninth argument.

Declaration
public const int STATUS_INVALID_PARAMETER_9 = -1073741577
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PARAMETER_MIX

An invalid combination of parameters was specified.

Declaration
public const int STATUS_INVALID_PARAMETER_MIX = -1073741776
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PEP_INFO_VERSION

The supplied PEP information version is invalid.

Declaration
public const int STATUS_INVALID_PEP_INFO_VERSION = -1073700859
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PIPE_STATE

The named pipe is not in the connected or closing state.

Declaration
public const int STATUS_INVALID_PIPE_STATE = -1073741651
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PLUGPLAY_DEVICE_PATH

The specified Plug and Play registry device path is invalid.

Declaration
public const int STATUS_INVALID_PLUGPLAY_DEVICE_PATH = -1073741215
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PORT_ATTRIBUTES

Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort

Declaration
public const int STATUS_INVALID_PORT_ATTRIBUTES = -1073741778
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PORT_HANDLE

The type of port handle is invalid for the operation requested.

Declaration
public const int STATUS_INVALID_PORT_HANDLE = -1073741758
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_PRIMARY_GROUP

Indicates a particular Security ID may not be assigned as the primary group of an object.

Declaration
public const int STATUS_INVALID_PRIMARY_GROUP = -1073741733
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_QUOTA_LOWER

An attempt was made to lower a quota limit below the current usage.

Declaration
public const int STATUS_INVALID_QUOTA_LOWER = -1073741775
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_READ_MODE

The specified named pipe is not in message mode.

Declaration
public const int STATUS_INVALID_READ_MODE = -1073741644
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_RUNLEVEL_SETTING

The service has an invalid run level setting. The run level for a service must not be higher than the run level of its dependent services.

Declaration
public const int STATUS_INVALID_RUNLEVEL_SETTING = -1073700542
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_SECURITY_DESCR

Indicates the SECURITY_DESCRIPTOR structure is not valid.

Declaration
public const int STATUS_INVALID_SECURITY_DESCR = -1073741703
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_SERVER_STATE

Indicates the Sam Server was in the wrong state to perform the desired operation.

Declaration
public const int STATUS_INVALID_SERVER_STATE = -1073741604
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_SESSION

The specified session is invalid.

Declaration
public const int STATUS_INVALID_SESSION = -1073740715
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_SID

Indicates the SID structure is not valid.

Declaration
public const int STATUS_INVALID_SID = -1073741704
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_SIGNATURE

The cryptographic signature is invalid.

Declaration
public const int STATUS_INVALID_SIGNATURE = -1073700864
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_STATE_TRANSITION

The requested state transition is invalid and cannot be performed.

Declaration
public const int STATUS_INVALID_STATE_TRANSITION = -1073700861
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_SUB_AUTHORITY

Indicates the sub-authority value is invalid for the particular use.

Declaration
public const int STATUS_INVALID_SUB_AUTHORITY = -1073741706
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_SYSTEM_SERVICE

An invalid system service was specified in a system service call.

Declaration
public const int STATUS_INVALID_SYSTEM_SERVICE = -1073741796
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_TASK_INDEX

The specified task index is invalid.

Declaration
public const int STATUS_INVALID_TASK_INDEX = -1073740543
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_TASK_NAME

The specified task name is invalid.

Declaration
public const int STATUS_INVALID_TASK_NAME = -1073740544
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_THREAD

An invalid thread, handle %p, is specified for this operation. Possibly, a threadpool worker thread was specified.

Declaration
public const int STATUS_INVALID_THREAD = -1073740004
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_TOKEN

{Invalid Proxy Data Token} The token representing the data is invalid.

Declaration
public const int STATUS_INVALID_TOKEN = -1073740699
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_TRANSACTION

The transaction handle associated with this operation is not valid.

Declaration
public const int STATUS_INVALID_TRANSACTION = -1072103422
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_UNWIND_TARGET

An invalid unwind target was encountered during an unwind operation.

Declaration
public const int STATUS_INVALID_UNWIND_TARGET = -1073741783
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_USER_BUFFER

An access to a user buffer failed at an "expected" point in time. This code is defined since the caller does not want to accept STATUS_ACCESS_VIOLATION in its filter.

Declaration
public const int STATUS_INVALID_USER_BUFFER = -1073741592
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_USER_PRINCIPAL_NAME

The User Principal Name (UPN) is invalid.

Declaration
public const int STATUS_INVALID_USER_PRINCIPAL_NAME = -1073740772
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_VARIANT

The supplied variant structure contains invalid data.

Declaration
public const int STATUS_INVALID_VARIANT = -1073741262
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_VIEW_SIZE

{Invalid Mapping} An attempt was made to create a view for a section which is bigger than the section.

Declaration
public const int STATUS_INVALID_VIEW_SIZE = -1073741793
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_VOLUME_LABEL

An invalid volume label has been specified.

Declaration
public const int STATUS_INVALID_VOLUME_LABEL = -1073741690
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_WEIGHT

The specified weight is invalid.

Declaration
public const int STATUS_INVALID_WEIGHT = -1073740712
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_INVALID_WORKSTATION

The user account is restricted such that it may not be used to log on from the source workstation.

Declaration
public const int STATUS_INVALID_WORKSTATION = -1073741712
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IO_DEVICE_ERROR

The I/O device reported an I/O error.

Declaration
public const int STATUS_IO_DEVICE_ERROR = -1073741435
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IO_OPERATION_TIMEOUT

{IO Operation Timeout} The specified I/O operation failed to complete within the expected time period.

Declaration
public const int STATUS_IO_OPERATION_TIMEOUT = -1073740675
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IO_PREEMPTED

The operation was preempted by a higher priority operation. It must be resumed later.

Declaration
public const int STATUS_IO_PREEMPTED = -1068433407
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IO_PRIVILEGE_FAILED

{Privilege Failed} The I/O permissions for the process could not be changed.

Declaration
public const int STATUS_IO_PRIVILEGE_FAILED = -1073741513
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IO_REISSUE_AS_CACHED

Reissue the given operation as a cached IO operation

Declaration
public const int STATUS_IO_REISSUE_AS_CACHED = -1073479623
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IO_REPARSE_DATA_INVALID

The user data passed for the reparse point is invalid.

Declaration
public const int STATUS_IO_REPARSE_DATA_INVALID = -1073741192
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IO_REPARSE_TAG_INVALID

The Windows I/O reparse tag passed for the reparse point is invalid.

Declaration
public const int STATUS_IO_REPARSE_TAG_INVALID = -1073741194
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IO_REPARSE_TAG_MISMATCH

The Windows I/O reparse tag does not match the one present in the reparse point.

Declaration
public const int STATUS_IO_REPARSE_TAG_MISMATCH = -1073741193
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IO_REPARSE_TAG_NOT_HANDLED

The layered file system driver for this IO tag did not handle it when needed.

Declaration
public const int STATUS_IO_REPARSE_TAG_NOT_HANDLED = -1073741191
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IO_TIMEOUT

{Device Timeout} The specified I/O operation on %hs was not completed before the time-out period expired.

Declaration
public const int STATUS_IO_TIMEOUT = -1073741643
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IP_ADDRESS_CONFLICT1

There is an IP address conflict with another system on the network

Declaration
public const int STATUS_IP_ADDRESS_CONFLICT1 = -1073741228
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IP_ADDRESS_CONFLICT2

There is an IP address conflict with another system on the network

Declaration
public const int STATUS_IP_ADDRESS_CONFLICT2 = -1073741227
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_AUTH_FIREWALL_DROP

IPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.

Declaration
public const int STATUS_IPSEC_AUTH_FIREWALL_DROP = -1070202872
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_BAD_SPI

The SPI in the packet does not match a valid IPsec SA.

Declaration
public const int STATUS_IPSEC_BAD_SPI = -1070202879
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_CLEAR_TEXT_DROP

IPsec dropped a clear text packet.

Declaration
public const int STATUS_IPSEC_CLEAR_TEXT_DROP = -1070202873
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_DOSP_BLOCK

IPsec DoS Protection matched an explicit block rule.

Declaration
public const int STATUS_IPSEC_DOSP_BLOCK = -1070170112
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_DOSP_INVALID_PACKET

IPsec DoS Protection received an incorrectly formatted packet.

Declaration
public const int STATUS_IPSEC_DOSP_INVALID_PACKET = -1070170110
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED

IPsec DoS Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.

Declaration
public const int STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED = -1070170107
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_DOSP_MAX_ENTRIES

IPsec DoS Protection failed to create state because the maximum number of entries allowed by policy has been reached.

Declaration
public const int STATUS_IPSEC_DOSP_MAX_ENTRIES = -1070170108
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES

IPsec DoS Protection failed to create a per internal IP rate limit queue because the maximum number of queues allowed by policy has been reached.

Declaration
public const int STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES = -1070170106
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_DOSP_RECEIVED_MULTICAST

IPsec DoS Protection received an IPsec specific multicast packet which is not allowed.

Declaration
public const int STATUS_IPSEC_DOSP_RECEIVED_MULTICAST = -1070170111
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED

IPsec DoS Protection failed to look up state.

Declaration
public const int STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED = -1070170109
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_INTEGRITY_CHECK_FAILED

IPsec integrity check failed.

Declaration
public const int STATUS_IPSEC_INTEGRITY_CHECK_FAILED = -1070202874
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_INVALID_PACKET

IPsec header and/or trailer in the packet is invalid.

Declaration
public const int STATUS_IPSEC_INVALID_PACKET = -1070202875
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_QUEUE_OVERFLOW

The IPSEC queue overflowed.

Declaration
public const int STATUS_IPSEC_QUEUE_OVERFLOW = -1073700848
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_REPLAY_CHECK_FAILED

Packet sequence number replay check failed.

Declaration
public const int STATUS_IPSEC_REPLAY_CHECK_FAILED = -1070202876
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_SA_LIFETIME_EXPIRED

Packet was received on an IPsec SA whose lifetime has expired.

Declaration
public const int STATUS_IPSEC_SA_LIFETIME_EXPIRED = -1070202878
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_THROTTLE_DROP

IPsec dropped a packet due to DoS throttling.

Declaration
public const int STATUS_IPSEC_THROTTLE_DROP = -1070202871
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_IPSEC_WRONG_SA

Packet was received on an IPsec SA that does not match the packet characteristics.

Declaration
public const int STATUS_IPSEC_WRONG_SA = -1070202877
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ISSUING_CA_UNTRUSTED

An untrusted certificate authority was detected while processing the certificate used for authentication.

Declaration
public const int STATUS_ISSUING_CA_UNTRUSTED = -1073740918
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ISSUING_CA_UNTRUSTED_KDC

An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator.

Declaration
public const int STATUS_ISSUING_CA_UNTRUSTED_KDC = -1073740787
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_JOB_NO_CONTAINER

The specified Job does not have a container assigned to it.

Declaration
public const int STATUS_JOB_NO_CONTAINER = -1073740535
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_JOB_NOT_EMPTY

The requested operation could not be completed because the specified job has children.

Declaration
public const int STATUS_JOB_NOT_EMPTY = -1073740529
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_JOURNAL_DELETE_IN_PROGRESS

The volume change journal is being deleted.

Declaration
public const int STATUS_JOURNAL_DELETE_IN_PROGRESS = -1073741129
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_JOURNAL_ENTRY_DELETED

The journal entry has been deleted from the journal.

Declaration
public const int STATUS_JOURNAL_ENTRY_DELETED = -1073741105
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_JOURNAL_NOT_ACTIVE

The volume change journal is not active.

Declaration
public const int STATUS_JOURNAL_NOT_ACTIVE = -1073741128
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_KDC_CERT_EXPIRED

The domain controller certificate used for logon has expired. There is additional information in the system event log.

Declaration
public const int STATUS_KDC_CERT_EXPIRED = -1073740786
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_KDC_CERT_REVOKED

The domain controller certificate used for logon has been revoked. There is additional information in the system event log.

Declaration
public const int STATUS_KDC_CERT_REVOKED = -1073740785
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_KDC_INVALID_REQUEST

An invalid request was sent to the KDC.

Declaration
public const int STATUS_KDC_INVALID_REQUEST = -1073741061
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_KDC_UNABLE_TO_REFER

The KDC was unable to generate a referral for the service requested.

Declaration
public const int STATUS_KDC_UNABLE_TO_REFER = -1073741060
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_KDC_UNKNOWN_ETYPE

The encryption type requested is not supported by the KDC.

Declaration
public const int STATUS_KDC_UNKNOWN_ETYPE = -1073741059
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_KERNEL_APC

STATUS_KERNEL_APC

Declaration
public const int STATUS_KERNEL_APC = 256
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_KERNEL_EXECUTABLE_MEMORY_WRITE

A write to executable memory occurred from kernel mode for a process that is managing such operations.

Declaration
public const int STATUS_KERNEL_EXECUTABLE_MEMORY_WRITE = -1073739996
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_KEY_DELETED

Illegal operation attempted on a registry key which has been marked for deletion.

Declaration
public const int STATUS_KEY_DELETED = -1073741444
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_KEY_HAS_CHILDREN

An attempt was made to create a symbolic link in a registry key that already has subkeys or values.

Declaration
public const int STATUS_KEY_HAS_CHILDREN = -1073741440
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LAST_ADMIN

Indicates the requested operation would disable, delete or could prevent logon for an administration account. This is not allowed to prevent creating a situation in which the system cannot be administrated.

Declaration
public const int STATUS_LAST_ADMIN = -1073741719
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LICENSE_QUOTA_EXCEEDED

The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because there are already as many connections as the service can accept.

Declaration
public const int STATUS_LICENSE_QUOTA_EXCEEDED = -1073741223
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LICENSE_VIOLATION

{License Violation} The system has detected tampering with your registered product type. This is a violation of your software license. Tampering with product type is not permitted.

Declaration
public const int STATUS_LICENSE_VIOLATION = -1073741206
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LINK_FAILED

{Virtual Circuit Closed} An existing connection (virtual circuit) has been broken at the remote computer. There is probably something wrong with the network software protocol or the network hardware on the remote computer.

Declaration
public const int STATUS_LINK_FAILED = -1073741506
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LINK_TIMEOUT

{Virtual Circuit Closed} The network transport on your computer has closed a network connection because it had to wait too long for a response from the remote computer.

Declaration
public const int STATUS_LINK_TIMEOUT = -1073741505
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LM_CROSS_ENCRYPTION_REQUIRED

An attempt was made to change a user password in the security account manager without providing the necessary LM cross-encrypted password.

Declaration
public const int STATUS_LM_CROSS_ENCRYPTION_REQUIRED = -1073741441
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOCAL_DISCONNECT

{Virtual Circuit Closed} The network transport on your computer has closed a network connection. There may or may not be I/O requests outstanding.

Declaration
public const int STATUS_LOCAL_DISCONNECT = -1073741509
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOCAL_USER_SESSION_KEY

{Local Session Key} A user session key was requested for a local RPC connection. The session key returned is a constant value and not unique to this connection.

Declaration
public const int STATUS_LOCAL_USER_SESSION_KEY = 1073741830
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOCK_NOT_GRANTED

A requested file lock cannot be granted due to other existing locks.

Declaration
public const int STATUS_LOCK_NOT_GRANTED = -1073741739
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_APPENDED_FLUSH_FAILED

Records were appended to the log or reservation changes were made, but the log could not be flushed.

Declaration
public const int STATUS_LOG_APPENDED_FLUSH_FAILED = -1072037841
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_ARCHIVE_IN_PROGRESS

Log archival is in progress.

Declaration
public const int STATUS_LOG_ARCHIVE_IN_PROGRESS = -1072037855
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS

The operation requires an archive context.

Declaration
public const int STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS = -1072037856
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_BLOCK_INCOMPLETE

Log service encountered a partial or incomplete log block.

Declaration
public const int STATUS_LOG_BLOCK_INCOMPLETE = -1072037884
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_BLOCK_INVALID

Log service encountered an invalid log block.

Declaration
public const int STATUS_LOG_BLOCK_INVALID = -1072037878
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_BLOCK_VERSION

Log service encountered an invalid log block version.

Declaration
public const int STATUS_LOG_BLOCK_VERSION = -1072037879
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_BLOCKS_EXHAUSTED

Log service user log marshalling buffers are exhausted.

Declaration
public const int STATUS_LOG_BLOCKS_EXHAUSTED = -1072037882
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_CANT_DELETE

Log service cannot delete log file or file system container.

Declaration
public const int STATUS_LOG_CANT_DELETE = -1072037871
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_CLIENT_ALREADY_REGISTERED

A log client has already registered on the stream.

Declaration
public const int STATUS_LOG_CLIENT_ALREADY_REGISTERED = -1072037852
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_CLIENT_NOT_REGISTERED

A log client has not been registered on the stream.

Declaration
public const int STATUS_LOG_CLIENT_NOT_REGISTERED = -1072037851
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_CONTAINER_LIMIT_EXCEEDED

Log service has reached the maximum allowable containers allocated to a log file.

Declaration
public const int STATUS_LOG_CONTAINER_LIMIT_EXCEEDED = -1072037870
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_CONTAINER_OPEN_FAILED

Log service encountered an error when attempting open a log container.

Declaration
public const int STATUS_LOG_CONTAINER_OPEN_FAILED = -1072037847
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_CONTAINER_READ_FAILED

Log service encountered an error when attempting to read from a log container.

Declaration
public const int STATUS_LOG_CONTAINER_READ_FAILED = -1072037849
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_CONTAINER_STATE_INVALID

Log service encountered an invalid container state when attempting a requested action.

Declaration
public const int STATUS_LOG_CONTAINER_STATE_INVALID = -1072037846
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_CONTAINER_WRITE_FAILED

Log service encountered an error when attempting to write to a log container.

Declaration
public const int STATUS_LOG_CONTAINER_WRITE_FAILED = -1072037848
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_CORRUPTION_DETECTED

The log data is corrupt.

Declaration
public const int STATUS_LOG_CORRUPTION_DETECTED = -1072103376
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_DEDICATED

The operation failed because the log is a dedicated log.

Declaration
public const int STATUS_LOG_DEDICATED = -1072037857
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_EPHEMERAL

The operation requires a non-ephemeral log, but the log is ephemeral.

Declaration
public const int STATUS_LOG_EPHEMERAL = -1072037854
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_FILE_FULL

Log file space is insufficient to support this operation.

Declaration
public const int STATUS_LOG_FILE_FULL = -1073741432
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_FULL

Log space is exhausted.

Declaration
public const int STATUS_LOG_FULL = -1072037859
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_FULL_HANDLER_IN_PROGRESS

A request has already been made to handle the log full condition.

Declaration
public const int STATUS_LOG_FULL_HANDLER_IN_PROGRESS = -1072037850
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_GROWTH_FAILED

An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.

Declaration
public const int STATUS_LOG_GROWTH_FAILED = -1072103399
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_HARD_ERROR

Application popup: %1 : %2

Declaration
public const int STATUS_LOG_HARD_ERROR = 1073741850
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_INCONSISTENT_SECURITY

Security on the log and its containers is inconsistent.

Declaration
public const int STATUS_LOG_INCONSISTENT_SECURITY = -1072037842
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_INVALID_RANGE

Log service encountered an attempt access data outside the active log range.

Declaration
public const int STATUS_LOG_INVALID_RANGE = -1072037883
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_METADATA_CORRUPT

Log service encountered a corrupted metadata file.

Declaration
public const int STATUS_LOG_METADATA_CORRUPT = -1072037875
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_METADATA_FLUSH_FAILED

Log metadata flush failed.

Declaration
public const int STATUS_LOG_METADATA_FLUSH_FAILED = -1072037843
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_METADATA_INCONSISTENT

Log service encountered a metadata file with inconsistent data.

Declaration
public const int STATUS_LOG_METADATA_INCONSISTENT = -1072037873
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_METADATA_INVALID

Log service encountered a metadata file that could not be created by the log file system.

Declaration
public const int STATUS_LOG_METADATA_INVALID = -1072037874
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_MULTIPLEXED

Log is multiplexed, no direct writes to the physical log is allowed.

Declaration
public const int STATUS_LOG_MULTIPLEXED = -1072037858
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_NO_RESTART

Log service encountered a log stream with no restart area.

Declaration
public const int STATUS_LOG_NO_RESTART = 1075445772
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_NOT_ENOUGH_CONTAINERS

The log must have at least two containers before it can be read from or written to.

Declaration
public const int STATUS_LOG_NOT_ENOUGH_CONTAINERS = -1072037853
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_PINNED

Log space cannot be reclaimed because the log is pinned.

Declaration
public const int STATUS_LOG_PINNED = -1072037844
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_PINNED_ARCHIVE_TAIL

Log space cannot be reclaimed because the log is pinned by the archive tail.

Declaration
public const int STATUS_LOG_PINNED_ARCHIVE_TAIL = -1072037864
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_PINNED_RESERVATION

The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.

Declaration
public const int STATUS_LOG_PINNED_RESERVATION = -1072037840
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_POLICY_ALREADY_INSTALLED

Log policy could not be installed because a policy of the same type is already present.

Declaration
public const int STATUS_LOG_POLICY_ALREADY_INSTALLED = -1072037868
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_POLICY_CONFLICT

A policy on the log in question prevented the operation from completing.

Declaration
public const int STATUS_LOG_POLICY_CONFLICT = -1072037865
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_POLICY_INVALID

The installed set of policies on the log is invalid.

Declaration
public const int STATUS_LOG_POLICY_INVALID = -1072037866
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_POLICY_NOT_INSTALLED

Log policy in question was not installed at the time of the request.

Declaration
public const int STATUS_LOG_POLICY_NOT_INSTALLED = -1072037867
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_READ_CONTEXT_INVALID

Log service encountered an attempt read from a marshalling area with an invalid read context.

Declaration
public const int STATUS_LOG_READ_CONTEXT_INVALID = -1072037881
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_READ_MODE_INVALID

Log service encountered an attempt to read the log with an invalid read mode.

Declaration
public const int STATUS_LOG_READ_MODE_INVALID = -1072037877
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_RECORD_NONEXISTENT

Log record is not a record in the log file.

Declaration
public const int STATUS_LOG_RECORD_NONEXISTENT = -1072037863
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_RECORDS_RESERVED_INVALID

Number of reserved log records or the adjustment of the number of reserved log records is invalid.

Declaration
public const int STATUS_LOG_RECORDS_RESERVED_INVALID = -1072037862
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_RESERVATION_INVALID

Log service encountered an attempt to erroneously allocate or dispose reservation space.

Declaration
public const int STATUS_LOG_RESERVATION_INVALID = -1072037872
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_RESIZE_INVALID_SIZE

The requested log size for the file system resource manager is invalid.

Declaration
public const int STATUS_LOG_RESIZE_INVALID_SIZE = -1072103413
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_RESTART_INVALID

Log service encountered an invalid log restart area.

Declaration
public const int STATUS_LOG_RESTART_INVALID = -1072037880
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_SECTOR_INVALID

Log service found an invalid log sector.

Declaration
public const int STATUS_LOG_SECTOR_INVALID = -1072037887
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_SECTOR_PARITY_INVALID

Log service encountered a log sector with invalid block parity.

Declaration
public const int STATUS_LOG_SECTOR_PARITY_INVALID = -1072037886
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_SECTOR_REMAPPED

Log service encountered a remapped log sector.

Declaration
public const int STATUS_LOG_SECTOR_REMAPPED = -1072037885
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_SPACE_RESERVED_INVALID

Reserved log space or the adjustment of the log space is invalid.

Declaration
public const int STATUS_LOG_SPACE_RESERVED_INVALID = -1072037861
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_START_OF_LOG

Log service has attempted to read or write backwards past the start of the log.

Declaration
public const int STATUS_LOG_START_OF_LOG = -1072037869
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_STATE_INVALID

Log service is not in the correct state to perform a requested action.

Declaration
public const int STATUS_LOG_STATE_INVALID = -1072037845
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOG_TAIL_INVALID

A new or existing archive tail or base of the active log is invalid.

Declaration
public const int STATUS_LOG_TAIL_INVALID = -1072037860
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOGIN_TIME_RESTRICTION

Attempting to login during an unauthorized time of day for this account.

Declaration
public const int STATUS_LOGIN_TIME_RESTRICTION = -1073741241
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOGIN_WKSTA_RESTRICTION

The account is not authorized to login from this station.

Declaration
public const int STATUS_LOGIN_WKSTA_RESTRICTION = -1073741240
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOGON_FAILURE

The attempted logon is invalid. This is either due to a bad username or authentication information.

Declaration
public const int STATUS_LOGON_FAILURE = -1073741715
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOGON_NOT_GRANTED

A requested type of logon (e.g., Interactive, Network, Service) is not granted by the target system's local security policy. Please ask the system administrator to grant the necessary form of logon.

Declaration
public const int STATUS_LOGON_NOT_GRANTED = -1073741483
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOGON_SERVER_CONFLICT

The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.

Declaration
public const int STATUS_LOGON_SERVER_CONFLICT = -1073741518
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOGON_SESSION_COLLISION

An internal LSA error has occurred. An authentication package has requested the creation of a Logon Session but the ID of an already existing Logon Session has been specified.

Declaration
public const int STATUS_LOGON_SESSION_COLLISION = -1073741563
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOGON_SESSION_EXISTS

An attempt has been made to start a new session manager or LSA logon session with an ID that is already in use.

Declaration
public const int STATUS_LOGON_SESSION_EXISTS = -1073741586
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOGON_TYPE_NOT_GRANTED

A user has requested a type of logon (e.g., interactive or network) that has not been granted. An administrator has control over who may logon interactively and through the network.

Declaration
public const int STATUS_LOGON_TYPE_NOT_GRANTED = -1073741477
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LONGJUMP

A long jump has been executed.

Declaration
public const int STATUS_LONGJUMP = -2147483610
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOST_MODE_LOGON_RESTRICTION

An administrator has restricted sign in. To sign in, make sure your device is connected to the Internet, and have your administrator sign in first.

Declaration
public const int STATUS_LOST_MODE_LOGON_RESTRICTION = -1073741043
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOST_WRITEBEHIND_DATA

{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.

Declaration
public const int STATUS_LOST_WRITEBEHIND_DATA = -1073741278
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR

{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected.

Declaration
public const int STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR = -1073700734
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED

{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Please try to save this file elsewhere.

Declaration
public const int STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED = -1073700736
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR

{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Please try to save this file elsewhere.

Declaration
public const int STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR = -1073700735
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LPAC_ACCESS_DENIED

Access to the specified resource has been denied for a less privileged app container.

Declaration
public const int STATUS_LPAC_ACCESS_DENIED = -1073700349
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LPC_HANDLE_COUNT_EXCEEDED

The caller has exceeded the maximum number of handles that may be transmitted in a single local procedure call.

Declaration
public const int STATUS_LPC_HANDLE_COUNT_EXCEEDED = -1073739998
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LPC_INVALID_CONNECTION_USAGE

The connection port is used in an invalid context.

Declaration
public const int STATUS_LPC_INVALID_CONNECTION_USAGE = -1073740026
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LPC_RECEIVE_BUFFER_EXPECTED

No receive buffer has been supplied in a synchrounus request.

Declaration
public const int STATUS_LPC_RECEIVE_BUFFER_EXPECTED = -1073740027
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LPC_REPLY_LOST

The server received the messages but did not send a reply.

Declaration
public const int STATUS_LPC_REPLY_LOST = -1073741229
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LPC_REQUESTS_NOT_ALLOWED

The ALPC port does not accept new request messages.

Declaration
public const int STATUS_LPC_REQUESTS_NOT_ALLOWED = -1073740025
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_LUIDS_EXHAUSTED

Indicates there are no more LUIDs to allocate.

Declaration
public const int STATUS_LUIDS_EXHAUSTED = -1073741707
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MAGAZINE_NOT_PRESENT

The specified element is contained within a magazine that is no longer present.

Declaration
public const int STATUS_MAGAZINE_NOT_PRESENT = -1073741178
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MAPPED_ALIGNMENT

{Mapped View Alignment Incorrect} An attempt was made to map a view of a file, but either the specified base address or the offset into the file were not aligned on the proper allocation granularity.

Declaration
public const int STATUS_MAPPED_ALIGNMENT = -1073741280
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MAPPED_FILE_SIZE_ZERO

An attempt was made to map a file of size zero with the maximum size specified as zero.

Declaration
public const int STATUS_MAPPED_FILE_SIZE_ZERO = -1073741538
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MARKED_TO_DISALLOW_WRITES

The requested operation failed because the file stream is marked to disallow writes.

Declaration
public const int STATUS_MARKED_TO_DISALLOW_WRITES = -1073740659
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MARSHALL_OVERFLOW

The user/kernel marshalling buffer has overflowed.

Declaration
public const int STATUS_MARSHALL_OVERFLOW = -1073741263
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MAX_REFERRALS_EXCEEDED

The number of maximum ticket referrals has been exceeded.

Declaration
public const int STATUS_MAX_REFERRALS_EXCEEDED = -1073741068
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MCA_EXCEPTION

A Thread is getting dispatched with MCA EXCEPTION because of MCA.

Declaration
public const int STATUS_MCA_EXCEPTION = -1073740013
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MCA_OCCURED

A Machine Check Error has occurred. Please check the system eventlog for additional information.

Declaration
public const int STATUS_MCA_OCCURED = -1073740950
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MEDIA_CHANGED

{Media Changed} The media may have changed.

Declaration
public const int STATUS_MEDIA_CHANGED = -2147483620
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MEDIA_CHECK

{Media Changed} The media may have changed.

Declaration
public const int STATUS_MEDIA_CHECK = -2147483616
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MEDIA_WRITE_PROTECTED

{Write Protect Error} The disk cannot be written to because it is write protected. Please remove the write protection from the volume %hs in drive %hs.

Declaration
public const int STATUS_MEDIA_WRITE_PROTECTED = -1073741662
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MEMBER_IN_ALIAS

The specified account name is already a member of the group.

Declaration
public const int STATUS_MEMBER_IN_ALIAS = -1073741485
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MEMBER_IN_GROUP

The specified user account is already in the specified group account. Also used to indicate a group cannot be deleted because it contains a member.

Declaration
public const int STATUS_MEMBER_IN_GROUP = -1073741721
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MEMBER_NOT_IN_ALIAS

The specified account name is not a member of the group.

Declaration
public const int STATUS_MEMBER_NOT_IN_ALIAS = -1073741486
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MEMBER_NOT_IN_GROUP

The specified user account is not a member of the specified group account.

Declaration
public const int STATUS_MEMBER_NOT_IN_GROUP = -1073741720
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MEMBERS_PRIMARY_GROUP

Indicates a member cannot be removed from a group because the group is currently the member's primary group.

Declaration
public const int STATUS_MEMBERS_PRIMARY_GROUP = -1073741529
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MEMORY_NOT_ALLOCATED

An attempt was made to free virtual memory which is not allocated.

Declaration
public const int STATUS_MEMORY_NOT_ALLOCATED = -1073741664
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MESSAGE_LOST

The ALPC message requested is no longer available.

Declaration
public const int STATUS_MESSAGE_LOST = -1073740031
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MESSAGE_NOT_FOUND

RtlFindMessage could not locate the requested message ID in the message table resource.

Declaration
public const int STATUS_MESSAGE_NOT_FOUND = -1073741559
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MESSAGE_RETRIEVED

The ALPC message being canceled has already been retrieved from the queue on the other side.

Declaration
public const int STATUS_MESSAGE_RETRIEVED = 1073741870
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MFT_TOO_FRAGMENTED

The Master File Table on the volume is too fragmented to complete this operation.

Declaration
public const int STATUS_MFT_TOO_FRAGMENTED = -1073741052
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION

A miniversion may only be opened in the context of the transaction that created it.

Declaration
public const int STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION = -1072103388
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MISSING_SYSTEMFILE

{Missing System File} The required system file %hs is bad or missing.

Declaration
public const int STATUS_MISSING_SYSTEMFILE = -1073741501
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM

Checksum of the obtained monitor descriptor is invalid.

Declaration
public const int STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM = -1071841277
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK

Monitor descriptor contains an invalid detailed timing block.

Declaration
public const int STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK = -1071841271
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MONITOR_INVALID_MANUFACTURE_DATE

Monitor descriptor contains invalid manufacture date.

Declaration
public const int STATUS_MONITOR_INVALID_MANUFACTURE_DATE = -1071841270
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK

Provided monitor descriptor block is either corrupted or does not contain monitor's detailed serial number.

Declaration
public const int STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK = -1071841274
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK

Monitor descriptor contains an invalid standard timing block.

Declaration
public const int STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK = -1071841276
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK

Provided monitor descriptor block is either corrupted or does not contain monitor's user friendly name.

Declaration
public const int STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK = -1071841273
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MONITOR_NO_DESCRIPTOR

Monitor descriptor could not be obtained.

Declaration
public const int STATUS_MONITOR_NO_DESCRIPTOR = -1071841279
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA

There is no monitor descriptor data at the specified (offset, size) region.

Declaration
public const int STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA = -1071841272
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT

Format of the obtained monitor descriptor is not supported by this release.

Declaration
public const int STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT = -1071841278
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED

WMI data block registration failed for one of the MSMonitorClass WMI subclasses.

Declaration
public const int STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED = -1071841275
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MORE_ENTRIES

Returned by enumeration APIs to indicate more information is available to successive calls.

Declaration
public const int STATUS_MORE_ENTRIES = 261
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MORE_PROCESSING_REQUIRED

{Still Busy} The specified I/O request packet (IRP) cannot be disposed of because the I/O operation is not complete.

Declaration
public const int STATUS_MORE_PROCESSING_REQUIRED = -1073741802
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MOUNT_POINT_NOT_RESOLVED

The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.

Declaration
public const int STATUS_MOUNT_POINT_NOT_RESOLVED = -1073740952
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MP_PROCESSOR_MISMATCH

The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.

Declaration
public const int STATUS_MP_PROCESSOR_MISMATCH = 1073741865
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MUI_FILE_NOT_FOUND

The resource loader failed to find MUI file.

Declaration
public const int STATUS_MUI_FILE_NOT_FOUND = -1073020927
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MUI_FILE_NOT_LOADED

The resource loader cache doesn't have loaded MUI entry.

Declaration
public const int STATUS_MUI_FILE_NOT_LOADED = -1073020922
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MUI_INVALID_FILE

The resource loader failed to load MUI file because the file fail to pass validation.

Declaration
public const int STATUS_MUI_INVALID_FILE = -1073020926
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MUI_INVALID_LOCALE_NAME

The RC Manifest has invalid culture name.

Declaration
public const int STATUS_MUI_INVALID_LOCALE_NAME = -1073020924
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MUI_INVALID_RC_CONFIG

The RC Manifest is corrupted with garbage data or unsupported version or missing required item.

Declaration
public const int STATUS_MUI_INVALID_RC_CONFIG = -1073020925
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME

The RC Manifest has invalid ultimatefallback name.

Declaration
public const int STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME = -1073020923
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MULTIPLE_FAULT_VIOLATION

STATUS_MULTIPLE_FAULT_VIOLATION

Declaration
public const int STATUS_MULTIPLE_FAULT_VIOLATION = -1073741080
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MUST_BE_KDC

The local machine must be a Kerberos KDC (domain controller) and it is not.

Declaration
public const int STATUS_MUST_BE_KDC = -1073741067
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MUTANT_LIMIT_EXCEEDED

An attempt was made to acquire a mutant such that its maximum count would have been exceeded.

Declaration
public const int STATUS_MUTANT_LIMIT_EXCEEDED = -1073741423
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MUTANT_NOT_OWNED

An attempt to release a mutant object was made by a thread that was not the owner of the mutant object.

Declaration
public const int STATUS_MUTANT_NOT_OWNED = -1073741754
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_MUTUAL_AUTHENTICATION_FAILED

Mutual Authentication failed. The server's password is out of date at the domain controller.

Declaration
public const int STATUS_MUTUAL_AUTHENTICATION_FAILED = -1073741117
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NAME_TOO_LONG

A specified name string is too long for its intended use.

Declaration
public const int STATUS_NAME_TOO_LONG = -1073741562
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ND_QUEUE_OVERFLOW

The neighbor discovery queue overflowed.

Declaration
public const int STATUS_ND_QUEUE_OVERFLOW = -1073700847
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_ADAPTER_NOT_FOUND

Failed to find the network interface or network interface is not ready.

Declaration
public const int STATUS_NDIS_ADAPTER_NOT_FOUND = -1071448058
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_ADAPTER_NOT_READY

Network interface is not ready to complete this operation.

Declaration
public const int STATUS_NDIS_ADAPTER_NOT_READY = -1071448047
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_ADAPTER_REMOVED

The network interface has been removed.

Declaration
public const int STATUS_NDIS_ADAPTER_REMOVED = -1071448040
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_ALREADY_MAPPED

An attempt was made to map a file that is alreay mapped.

Declaration
public const int STATUS_NDIS_ALREADY_MAPPED = -1071448035
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_BAD_CHARACTERISTICS

An invalid characteristics table was used.

Declaration
public const int STATUS_NDIS_BAD_CHARACTERISTICS = -1071448059
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_BAD_VERSION

An invalid version was specified.

Declaration
public const int STATUS_NDIS_BAD_VERSION = -1071448060
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_BUFFER_TOO_SHORT

The length of buffer submitted for this operation is too small.

Declaration
public const int STATUS_NDIS_BUFFER_TOO_SHORT = -1071448042
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_CLOSING

The binding to the network interface is being closed.

Declaration
public const int STATUS_NDIS_CLOSING = -1071448062
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_DEVICE_FAILED

Network interface has encountered an internal unrecoverable failure.

Declaration
public const int STATUS_NDIS_DEVICE_FAILED = -1071448056
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE

The wireless local area network interface cannot start an AP on the specified band right now.

Declaration
public const int STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE = -1071439866
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED

The wireless local area network interface cannot start an AP on this band due to regulatory reasons.

Declaration
public const int STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED = -1071439864
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE

The wireless local area network interface cannot start an AP on the specified channel right now.

Declaration
public const int STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE = -1071439867
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED

The wireless local area network interface cannot start an AP on this channel due to regulatory reasons.

Declaration
public const int STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED = -1071439865
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED

The wireless local area network interface is in auto configuration mode and doesn't support the requested parameter change operation.

Declaration
public const int STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED = -1071439872
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_DOT11_MEDIA_IN_USE

The wireless local area network interface is busy and can not perform the requested operation.

Declaration
public const int STATUS_NDIS_DOT11_MEDIA_IN_USE = -1071439871
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_DOT11_POWER_STATE_INVALID

The wireless local area network interface is powered down and doesn't support the requested operation.

Declaration
public const int STATUS_NDIS_DOT11_POWER_STATE_INVALID = -1071439870
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_ERROR_READING_FILE

An error occurred while NDIS tried to map the file.

Declaration
public const int STATUS_NDIS_ERROR_READING_FILE = -1071448036
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_FILE_NOT_FOUND

An attempt was made to map a file that can not be found.

Declaration
public const int STATUS_NDIS_FILE_NOT_FOUND = -1071448037
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_GROUP_ADDRESS_IN_USE

An attempt was made to remove a token ring group address that is in use by other components.

Declaration
public const int STATUS_NDIS_GROUP_ADDRESS_IN_USE = -1071448038
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_INDICATION_REQUIRED

The request will be completed later by NDIS status indication.

Declaration
public const int STATUS_NDIS_INDICATION_REQUIRED = 1076035585
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_INTERFACE_NOT_FOUND

Network interface was not found.

Declaration
public const int STATUS_NDIS_INTERFACE_NOT_FOUND = -1071448021
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_INVALID_ADDRESS

The network address used in the request is invalid.

Declaration
public const int STATUS_NDIS_INVALID_ADDRESS = -1071448030
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_INVALID_DATA

The data used for this operation is not valid.

Declaration
public const int STATUS_NDIS_INVALID_DATA = -1071448043
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_INVALID_DEVICE_REQUEST

The specified request is not a valid operation for the target device.

Declaration
public const int STATUS_NDIS_INVALID_DEVICE_REQUEST = -1071448048
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_INVALID_LENGTH

The length of the buffer submitted for this operation is not valid.

Declaration
public const int STATUS_NDIS_INVALID_LENGTH = -1071448044
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_INVALID_OID

Network interface does not support this OID (Object Identifier)

Declaration
public const int STATUS_NDIS_INVALID_OID = -1071448041
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_INVALID_PACKET

An attempt was made to send an invalid packet on a network interface.

Declaration
public const int STATUS_NDIS_INVALID_PACKET = -1071448049
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_INVALID_PORT

The specified port does not exist on this network interface.

Declaration
public const int STATUS_NDIS_INVALID_PORT = -1071448019
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_INVALID_PORT_STATE

The current state of the specified port on this network interface does not support the requested operation.

Declaration
public const int STATUS_NDIS_INVALID_PORT_STATE = -1071448018
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_LOW_POWER_STATE

The miniport adapter is in lower power state.

Declaration
public const int STATUS_NDIS_LOW_POWER_STATE = -1071448017
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_MEDIA_DISCONNECTED

The I/O operation failed because network media is disconnected or wireless access point is out of range.

Declaration
public const int STATUS_NDIS_MEDIA_DISCONNECTED = -1071448033
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_MULTICAST_EXISTS

An attempt was made to add a duplicate multicast address to the list.

Declaration
public const int STATUS_NDIS_MULTICAST_EXISTS = -1071448054
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_MULTICAST_FULL

The multicast list on the network interface is full.

Declaration
public const int STATUS_NDIS_MULTICAST_FULL = -1071448055
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_MULTICAST_NOT_FOUND

At attempt was made to remove a multicast address that was never added.

Declaration
public const int STATUS_NDIS_MULTICAST_NOT_FOUND = -1071448053
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_NOT_SUPPORTED

Netword interface does not support this request.

Declaration
public const int STATUS_NDIS_NOT_SUPPORTED = -1071447877
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED

The TCP connection is not offloadable by the Chimney offload target.

Declaration
public const int STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED = -1071443950
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_OFFLOAD_PATH_REJECTED

The IP Path object is not in an offloadable state.

Declaration
public const int STATUS_NDIS_OFFLOAD_PATH_REJECTED = -1071443949
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_OFFLOAD_POLICY

The TCP connection is not offloadable because of a local policy setting.

Declaration
public const int STATUS_NDIS_OFFLOAD_POLICY = -1071443953
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_OPEN_FAILED

Failed to open the network interface.

Declaration
public const int STATUS_NDIS_OPEN_FAILED = -1071448057
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_PAUSED

The offload operation on the network interface has been paused.

Declaration
public const int STATUS_NDIS_PAUSED = -1071448022
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL

The list of low power protocol offloads is full.

Declaration
public const int STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL = -1071439868
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL

The list of wake on LAN patterns is full.

Declaration
public const int STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL = -1071439869
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_REINIT_REQUIRED

This operation requires the miniport adapter to be reinitialized.

Declaration
public const int STATUS_NDIS_REINIT_REQUIRED = -1071448016
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_REQUEST_ABORTED

Netowork interface aborted the request.

Declaration
public const int STATUS_NDIS_REQUEST_ABORTED = -1071448052
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_RESET_IN_PROGRESS

Network interface can not process the request because it is being reset.

Declaration
public const int STATUS_NDIS_RESET_IN_PROGRESS = -1071448051
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_RESOURCE_CONFLICT

An attempt to allocate a hardware resource failed because the resource is used by another component.

Declaration
public const int STATUS_NDIS_RESOURCE_CONFLICT = -1071448034
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_UNSUPPORTED_MEDIA

Network interface does not support this media type.

Declaration
public const int STATUS_NDIS_UNSUPPORTED_MEDIA = -1071448039
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NDIS_UNSUPPORTED_REVISION

The revision number specified in the structure is not supported.

Declaration
public const int STATUS_NDIS_UNSUPPORTED_REVISION = -1071448020
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NEEDS_REGISTRATION

The deployment operation failed because the specified application needs to be registered first.

Declaration
public const int STATUS_NEEDS_REGISTRATION = -1073740663
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NEEDS_REMEDIATION

The application cannot be started. Try reinstalling the application to fix the problem.

Declaration
public const int STATUS_NEEDS_REMEDIATION = -1073740702
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NET_WRITE_FAULT

A network data fault occurred.

Declaration
public const int STATUS_NET_WRITE_FAULT = -1073741614
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NETLOGON_NOT_STARTED

An attempt was made to logon, but the netlogon service was not started.

Declaration
public const int STATUS_NETLOGON_NOT_STARTED = -1073741422
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NETWORK_ACCESS_DENIED

Network access is denied.

Declaration
public const int STATUS_NETWORK_ACCESS_DENIED = -1073741622
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NETWORK_ACCESS_DENIED_EDP

Windows Information Protection policy does not allow access to this network resource.

Declaration
public const int STATUS_NETWORK_ACCESS_DENIED_EDP = -1073740658
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NETWORK_BUSY

The network is busy.

Declaration
public const int STATUS_NETWORK_BUSY = -1073741633
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NETWORK_CREDENTIAL_CONFLICT

Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.

Declaration
public const int STATUS_NETWORK_CREDENTIAL_CONFLICT = -1073741419
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NETWORK_NAME_DELETED

The network name was deleted.

Declaration
public const int STATUS_NETWORK_NAME_DELETED = -1073741623
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NETWORK_OPEN_RESTRICTION

A remote open failed because the network open restrictions were not satisfied.

Declaration
public const int STATUS_NETWORK_OPEN_RESTRICTION = -1073741311
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NETWORK_SESSION_EXPIRED

The client's session has expired, so the client must reauthenticate to continue accessing the remote resources.

Declaration
public const int STATUS_NETWORK_SESSION_EXPIRED = -1073740964
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NETWORK_UNREACHABLE

The remote network is not reachable by the transport.

Declaration
public const int STATUS_NETWORK_UNREACHABLE = -1073741252
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_ACE_CONDITION

{No ACE Condition} The specified access control entry (ACE) does not contain a condition.

Declaration
public const int STATUS_NO_ACE_CONDITION = -2147483601
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_APPLICABLE_APP_LICENSES_FOUND

No applicable app licenses found.

Declaration
public const int STATUS_NO_APPLICABLE_APP_LICENSES_FOUND = -1058406399
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_APPLICATION_PACKAGE

The operation failed because the application is not part of an application package.

Declaration
public const int STATUS_NO_APPLICATION_PACKAGE = -1073741398
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_BROWSER_SERVERS_FOUND

{Unable to Retrieve Browser Server List} The list of servers for this workgroup is not currently available.

Declaration
public const int STATUS_NO_BROWSER_SERVERS_FOUND = -1073741284
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_CALLBACK_ACTIVE

A callback return system service cannot be executed when no callback is active.

Declaration
public const int STATUS_NO_CALLBACK_ACTIVE = -1073741224
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_DATA_DETECTED

During a tape access, the end of the data written is reached.

Declaration
public const int STATUS_NO_DATA_DETECTED = -2147483614
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_EAS_ON_FILE

The file for which EAs were requested has no EAs.

Declaration
public const int STATUS_NO_EAS_ON_FILE = -1073741742
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_EFS

The required encryption driver is not loaded for this system.

Declaration
public const int STATUS_NO_EFS = -1073741170
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_EVENT_PAIR

An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.

Declaration
public const int STATUS_NO_EVENT_PAIR = -1073741490
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_GUID_TRANSLATION

Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.

Declaration
public const int STATUS_NO_GUID_TRANSLATION = -1073741556
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_IMPERSONATION_TOKEN

An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.

Declaration
public const int STATUS_NO_IMPERSONATION_TOKEN = -1073741732
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_INHERITANCE

{Non-Inheritable ACL} An access control list (ACL) contains no components that can be inherited.

Declaration
public const int STATUS_NO_INHERITANCE = -2147483637
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_IP_ADDRESSES

Unable to accomplish the requested task because the local machine does not have any IP addresses.

Declaration
public const int STATUS_NO_IP_ADDRESSES = -1073741071
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_KERB_KEY

The target server does not have acceptable Kerberos credentials.

Declaration
public const int STATUS_NO_KERB_KEY = -1073741022
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_KEY

Key does not exist.

Declaration
public const int STATUS_NO_KEY = -1073739508
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_LDT

Indicates that an attempt was made to change the size of the LDT for a process that has no LDT.

Declaration
public const int STATUS_NO_LDT = -1073741545
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_LINK_TRACKING_IN_TRANSACTION

The link tracking operation could not be completed because a transaction is active.

Declaration
public const int STATUS_NO_LINK_TRACKING_IN_TRANSACTION = -1072103335
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_LOG_SPACE

System could not allocate required space in a registry log.

Declaration
public const int STATUS_NO_LOG_SPACE = -1073741443
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_LOGON_SERVERS

We can't sign you in with this credential because your domain isn't available. Make sure your device is connected to your organization's network and try again. If you previously signed in on this device with another credential, you can sign in with that credential.

Declaration
public const int STATUS_NO_LOGON_SERVERS = -1073741730
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_MATCH

There was no match for the specified key in the index.

Declaration
public const int STATUS_NO_MATCH = -1073741198
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_MEDIA

{No Media} There is no media in the drive. Please insert media into drive %hs.

Declaration
public const int STATUS_NO_MEDIA = -1073741448
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_MEDIA_IN_DEVICE

{No Disk} There is no disk in the drive. Please insert a disk into drive %hs.

Declaration
public const int STATUS_NO_MEDIA_IN_DEVICE = -1073741805
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_MEMORY

{Not Enough Quota} Not enough virtual memory or paging file quota is available to complete the specified operation.

Declaration
public const int STATUS_NO_MEMORY = -1073741801
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_MORE_EAS

{No More EAs} No more extended attributes (EAs) were found for the file.

Declaration
public const int STATUS_NO_MORE_EAS = -2147483630
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_MORE_ENTRIES

{No More Entries} No more entries are available from an enumeration operation.

Declaration
public const int STATUS_NO_MORE_ENTRIES = -2147483622
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_MORE_FILES

{No More Files} No more files were found which match the file specification.

Declaration
public const int STATUS_NO_MORE_FILES = -2147483642
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_MORE_MATCHES

There are no more matches for the current index enumeration.

Declaration
public const int STATUS_NO_MORE_MATCHES = -1073741197
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_PA_DATA

Expected to find PA data for a hint of what etype to use, but it was not found.

Declaration
public const int STATUS_NO_PA_DATA = -1073741064
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_PAGEFILE

{No Paging File Specified} No paging file was specified in the system configuration.

Declaration
public const int STATUS_NO_PAGEFILE = -1073741497
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND

No physically aligned free space was found on the volume.

Declaration
public const int STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND = -1073740635
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_QUOTAS_FOR_ACCOUNT

{No Quotas} No system quota limits are specifically set for this account.

Declaration
public const int STATUS_NO_QUOTAS_FOR_ACCOUNT = 269
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_RANGES_PROCESSED

No ranges for the specified operation were able to be processed.

Declaration
public const int STATUS_NO_RANGES_PROCESSED = -1073740704
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_RECOVERY_POLICY

There is no encryption recovery policy configured for this system.

Declaration
public const int STATUS_NO_RECOVERY_POLICY = -1073741171
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_S4U_PROT_SUPPORT

The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user.

Declaration
public const int STATUS_NO_S4U_PROT_SUPPORT = -1073740790
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SAVEPOINT_WITH_OPEN_FILES

The savepoint operation failed because files are open on the transaction. This is not permitted.

Declaration
public const int STATUS_NO_SAVEPOINT_WITH_OPEN_FILES = -1072103352
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SECRETS

The local account store does not contain secret material for the specified account.

Declaration
public const int STATUS_NO_SECRETS = -1073740943
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SECURITY_CONTEXT

The required security context does not exist.

Declaration
public const int STATUS_NO_SECURITY_CONTEXT = -1073740755
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SECURITY_ON_OBJECT

Indicates an attempt was made to operate on the security of an object that does not have security associated with it.

Declaration
public const int STATUS_NO_SECURITY_ON_OBJECT = -1073741609
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SPOOL_SPACE

Space to store the file waiting to be printed is not available on the server.

Declaration
public const int STATUS_NO_SPOOL_SPACE = -1073741625
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SUCH_ALIAS

The specified local group does not exist.

Declaration
public const int STATUS_NO_SUCH_ALIAS = -1073741487
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SUCH_DEVICE

A device which does not exist was specified.

Declaration
public const int STATUS_NO_SUCH_DEVICE = -1073741810
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SUCH_DOMAIN

The specified Domain did not exist.

Declaration
public const int STATUS_NO_SUCH_DOMAIN = -1073741601
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SUCH_FILE

{File Not Found} The file %hs does not exist.

Declaration
public const int STATUS_NO_SUCH_FILE = -1073741809
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SUCH_GROUP

The specified group does not exist.

Declaration
public const int STATUS_NO_SUCH_GROUP = -1073741722
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SUCH_LOGON_SESSION

A specified logon session does not exist. It may already have been terminated.

Declaration
public const int STATUS_NO_SUCH_LOGON_SESSION = -1073741729
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SUCH_MEMBER

A member could not be added to or removed from the local group because the member does not exist.

Declaration
public const int STATUS_NO_SUCH_MEMBER = -1073741446
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SUCH_PACKAGE

A specified authentication package is unknown.

Declaration
public const int STATUS_NO_SUCH_PACKAGE = -1073741570
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SUCH_PRIVILEGE

A specified privilege does not exist.

Declaration
public const int STATUS_NO_SUCH_PRIVILEGE = -1073741728
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_SUCH_USER

The specified account does not exist.

Declaration
public const int STATUS_NO_SUCH_USER = -1073741724
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_TGT_REPLY

The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply.

Declaration
public const int STATUS_NO_TGT_REPLY = -1073741073
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_TOKEN

An attempt was made to reference a token that doesn't exist. This is typically done by referencing the token associated with a thread when the thread is not impersonating a client.

Declaration
public const int STATUS_NO_TOKEN = -1073741700
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_TRACKING_SERVICE

The tracking (workstation) service is not running.

Declaration
public const int STATUS_NO_TRACKING_SERVICE = -1073741153
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_TRUST_LSA_SECRET

The workstation does not have a trust secret for the primary domain in the local LSA database.

Declaration
public const int STATUS_NO_TRUST_LSA_SECRET = -1073741430
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_TRUST_SAM_ACCOUNT

The SAM database on the Windows Server does not have a computer account for this workstation trust relationship.

Declaration
public const int STATUS_NO_TRUST_SAM_ACCOUNT = -1073741429
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_TXF_METADATA

There is no transaction metadata on the file.

Declaration
public const int STATUS_NO_TXF_METADATA = -2145845207
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_UNICODE_TRANSLATION

No mapping for the Unicode character exists in the target multi-byte code page.

Declaration
public const int STATUS_NO_UNICODE_TRANSLATION = -1073740009
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_USER_KEYS

There are no EFS keys defined for the user.

Declaration
public const int STATUS_NO_USER_KEYS = -1073741168
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_USER_SESSION_KEY

There is no user session key for the specified logon session.

Declaration
public const int STATUS_NO_USER_SESSION_KEY = -1073741310
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_WORK_DONE

The action requested resulted in no work being done. Error-style clean-up has been performed.

Declaration
public const int STATUS_NO_WORK_DONE = -2147483598
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NO_YIELD_PERFORMED

A yield execution was performed and no thread was available to run.

Declaration
public const int STATUS_NO_YIELD_PERFORMED = 1073741860
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOINTERFACE

The requested interface is not supported.

Declaration
public const int STATUS_NOINTERFACE = -1073741127
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT

The account used is an Interdomain Trust account. Use your global user account or local user account to access this server.

Declaration
public const int STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT = -1073741416
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOLOGON_SERVER_TRUST_ACCOUNT

The account used is an Server Trust account. Use your global user account or local user account to access this server.

Declaration
public const int STATUS_NOLOGON_SERVER_TRUST_ACCOUNT = -1073741414
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT

The account used is a Computer Account. Use your global user account or local user account to access this server.

Declaration
public const int STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT = -1073741415
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NONCONTINUABLE_EXCEPTION

{EXCEPTION} Cannot Continue Windows cannot continue from this exception.

Declaration
public const int STATUS_NONCONTINUABLE_EXCEPTION = -1073741787
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NONE_MAPPED

None of the information to be translated has been translated.

Declaration
public const int STATUS_NONE_MAPPED = -1073741709
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NONEXISTENT_EA_ENTRY

An EA operation failed because the name or EA index is invalid.

Declaration
public const int STATUS_NONEXISTENT_EA_ENTRY = -1073741743
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NONEXISTENT_SECTOR

{Sector Not Found} The specified sector does not exist.

Declaration
public const int STATUS_NONEXISTENT_SECTOR = -1073741803
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_A_CLOUD_FILE

The file is not a cloud file.

Declaration
public const int STATUS_NOT_A_CLOUD_FILE = -1073688825
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_A_CLOUD_SYNC_ROOT

The file is not a cloud sync root.

Declaration
public const int STATUS_NOT_A_CLOUD_SYNC_ROOT = -1073688802
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_A_DIRECTORY

A requested opened file is not a directory.

Declaration
public const int STATUS_NOT_A_DIRECTORY = -1073741565
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_A_REPARSE_POINT

The file or directory is not a reparse point.

Declaration
public const int STATUS_NOT_A_REPARSE_POINT = -1073741195
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_A_TIERED_VOLUME

This volume is not a tiered volume.

Declaration
public const int STATUS_NOT_A_TIERED_VOLUME = -1073740531
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_ALL_ASSIGNED

Indicates not all privileges or groups referenced are assigned to the caller. This allows, for example, all privileges to be disabled without having to know exactly which privileges are assigned.

Declaration
public const int STATUS_NOT_ALL_ASSIGNED = 262
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_ALLOWED_ON_SYSTEM_FILE

Requested action not allowed on a file system internal file.

Declaration
public const int STATUS_NOT_ALLOWED_ON_SYSTEM_FILE = -1073741401
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_APPCONTAINER

This operation is only valid in the context of an app container.

Declaration
public const int STATUS_NOT_APPCONTAINER = -1073700352
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_CAPABLE

The implementation is not capable of performing the request.

Declaration
public const int STATUS_NOT_CAPABLE = -1073740759
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_CLIENT_SESSION

The transport can only process the specified request on the client side of a session.

Declaration
public const int STATUS_NOT_CLIENT_SESSION = -1073741289
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_COMMITTED

An attempt was made to change the attributes on memory that has not been committed.

Declaration
public const int STATUS_NOT_COMMITTED = -1073741779
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_EXPORT_FORMAT

The specified file is not in the defined EFS export format.

Declaration
public const int STATUS_NOT_EXPORT_FORMAT = -1073741166
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_FOUND

The object was not found.

Declaration
public const int STATUS_NOT_FOUND = -1073741275
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_GUI_PROCESS

Unable to finish the requested operation because the specified process is not a GUI process.

Declaration
public const int STATUS_NOT_GUI_PROCESS = -1073740538
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_IMPLEMENTED

{Not Implemented} The requested operation is not implemented.

Declaration
public const int STATUS_NOT_IMPLEMENTED = -1073741822
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_LOCKED

An attempt was made to unlock a page of memory which was not locked.

Declaration
public const int STATUS_NOT_LOCKED = -1073741782
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_LOGON_PROCESS

The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.

Declaration
public const int STATUS_NOT_LOGON_PROCESS = -1073741587
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_MAPPED_DATA

Specified section to flush does not map a data file.

Declaration
public const int STATUS_NOT_MAPPED_DATA = -1073741688
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_MAPPED_VIEW

Address range to unmap is not a mapped view.

Declaration
public const int STATUS_NOT_MAPPED_VIEW = -1073741799
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_READ_FROM_COPY

The specified copy of the requested data could not be read.

Declaration
public const int STATUS_NOT_READ_FROM_COPY = -1073740694
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_REDUNDANT_STORAGE

The storage device does not provide redundancy.

Declaration
public const int STATUS_NOT_REDUNDANT_STORAGE = -1073740679
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_REGISTRY_FILE

The system has attempted to load or restore a file into the registry, and the specified file is not in the format of a registry file.

Declaration
public const int STATUS_NOT_REGISTRY_FILE = -1073741476
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_SAFE_MODE_DRIVER

The driver was not loaded because the system is booting into safe mode.

Declaration
public const int STATUS_NOT_SAFE_MODE_DRIVER = -1073740961
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_SAME_DEVICE

{Incorrect Volume} The target file of a rename request is located on a different device than the source of the rename request.

Declaration
public const int STATUS_NOT_SAME_DEVICE = -1073741612
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_SAME_OBJECT

The objects are not identical.

Declaration
public const int STATUS_NOT_SAME_OBJECT = -1073741396
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_SERVER_SESSION

The transport can only process the specified request on the server side of a session.

Declaration
public const int STATUS_NOT_SERVER_SESSION = -1073741290
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_SNAPSHOT_VOLUME

The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.

Declaration
public const int STATUS_NOT_SNAPSHOT_VOLUME = -1072103353
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_SUPPORTED

The request is not supported.

Declaration
public const int STATUS_NOT_SUPPORTED = -1073741637
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_SUPPORTED_IN_APPCONTAINER

This functionality is not supported in the context of an app container.

Declaration
public const int STATUS_NOT_SUPPORTED_IN_APPCONTAINER = -1073700351
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_SUPPORTED_ON_DAX

This operation is not supported on a DAX volume.

Declaration
public const int STATUS_NOT_SUPPORTED_ON_DAX = -1073740646
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_SUPPORTED_ON_SBS

This operation is not supported on a computer running Windows Server 2003 for Small Business Server

Declaration
public const int STATUS_NOT_SUPPORTED_ON_SBS = -1073741056
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOT_TINY_STREAM

The stream is not a tiny stream.

Declaration
public const int STATUS_NOT_TINY_STREAM = -1073741274
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOTHING_TO_TERMINATE

A process being terminated has no threads to terminate.

Declaration
public const int STATUS_NOTHING_TO_TERMINATE = 290
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOTIFICATION_GUID_ALREADY_DEFINED

{Invalid ACE Condition} The specified file already has a notification GUID associated with it.

Declaration
public const int STATUS_NOTIFICATION_GUID_ALREADY_DEFINED = -1073741404
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOTIFY_CLEANUP

This indicates that a notify change request has been completed due to closing the handle which made the notify change request.

Declaration
public const int STATUS_NOTIFY_CLEANUP = 267
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NOTIFY_ENUM_DIR

This indicates that a notify change request is being completed and that the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.

Declaration
public const int STATUS_NOTIFY_ENUM_DIR = 268
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NT_CROSS_ENCRYPTION_REQUIRED

An attempt was made to change a user password in the security account manager without providing the necessary Windows cross-encrypted password.

Declaration
public const int STATUS_NT_CROSS_ENCRYPTION_REQUIRED = -1073741475
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NTLM_BLOCKED

The authentication failed since NTLM was blocked.

Declaration
public const int STATUS_NTLM_BLOCKED = -1073740776
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_NULL_LM_PASSWORD

{Password Too Complex} The Windows password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string.

Declaration
public const int STATUS_NULL_LM_PASSWORD = 1073741837
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECT_NAME_COLLISION

Object Name already exists.

Declaration
public const int STATUS_OBJECT_NAME_COLLISION = -1073741771
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECT_NAME_EXISTS

{Object Exists} An attempt was made to create an object and the object name already existed.

Declaration
public const int STATUS_OBJECT_NAME_EXISTS = 1073741824
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECT_NAME_INVALID

Object Name invalid.

Declaration
public const int STATUS_OBJECT_NAME_INVALID = -1073741773
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECT_NAME_NOT_FOUND

Object Name not found.

Declaration
public const int STATUS_OBJECT_NAME_NOT_FOUND = -1073741772
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECT_NO_LONGER_EXISTS

The object (file, stream, link) corresponding to the handle has been deleted by a transaction savepoint rollback.

Declaration
public const int STATUS_OBJECT_NO_LONGER_EXISTS = -1072103391
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECT_NOT_EXTERNALLY_BACKED

This object is not externally backed by any provider.

Declaration
public const int STATUS_OBJECT_NOT_EXTERNALLY_BACKED = -1073740691
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECT_PATH_INVALID

Object Path Component was not a directory object.

Declaration
public const int STATUS_OBJECT_PATH_INVALID = -1073741767
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECT_PATH_NOT_FOUND

{Path Not Found} The path %hs does not exist.

Declaration
public const int STATUS_OBJECT_PATH_NOT_FOUND = -1073741766
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECT_PATH_SYNTAX_BAD

Object Path Component was not a directory object.

Declaration
public const int STATUS_OBJECT_PATH_SYNTAX_BAD = -1073741765
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECT_TYPE_MISMATCH

{Wrong Type} There is a mismatch between the type of object required by the requested operation and the type of object that is specified in the request.

Declaration
public const int STATUS_OBJECT_TYPE_MISMATCH = -1073741788
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECTID_EXISTS

The attempt to set the object's ID failed because the object already has an ID.

Declaration
public const int STATUS_OBJECTID_EXISTS = -1073741269
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OBJECTID_NOT_FOUND

An object ID was not found in the file.

Declaration
public const int STATUS_OBJECTID_NOT_FOUND = -1073741072
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED

The copy offload read operation is not supported for the file.

Declaration
public const int STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED = -1073700189
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED

The copy offload read operation is not supported by a filter.

Declaration
public const int STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED = -1073700191
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED

The copy offload write operation is not supported for the file.

Declaration
public const int STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED = -1073700188
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED

The copy offload write operation is not supported by a filter.

Declaration
public const int STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED = -1073700190
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ONLY_IF_CONNECTED

This operation is supported only when you are connected to the server.

Declaration
public const int STATUS_ONLY_IF_CONNECTED = -1073741108
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OPEN_FAILED

The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.

Declaration
public const int STATUS_OPEN_FAILED = -1073741514
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OPERATION_IN_PROGRESS

{Operation In Progress} An operation is currently in progress with the device.

Declaration
public const int STATUS_OPERATION_IN_PROGRESS = -1073740682
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION

This operation cannot be performed in a transaction.

Declaration
public const int STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION = -1072103334
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OPLOCK_BREAK_IN_PROGRESS

An open/create operation completed while an oplock break is underway.

Declaration
public const int STATUS_OPLOCK_BREAK_IN_PROGRESS = 264
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OPLOCK_HANDLE_CLOSED

The handle with which this oplock was associated has been closed. The oplock is now broken.

Declaration
public const int STATUS_OPLOCK_HANDLE_CLOSED = 534
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OPLOCK_NOT_GRANTED

Error status returned when oplock request is denied.

Declaration
public const int STATUS_OPLOCK_NOT_GRANTED = -1073741598
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE

The oplock that was associated with this handle is now associated with a different handle.

Declaration
public const int STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE = 533
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ORDINAL_NOT_FOUND

{Ordinal Not Found} The ordinal %ld could not be located in the dynamic link library %hs.

Declaration
public const int STATUS_ORDINAL_NOT_FOUND = -1073741512
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ORPHAN_NAME_EXHAUSTED

Orphaned files exist on the volume but could not be recovered because no more new names could be created in the recovery directory. Files must be moved from the recovery directory.

Declaration
public const int STATUS_ORPHAN_NAME_EXHAUSTED = -1073739762
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PACKAGE_NOT_AVAILABLE

The package is currently not available.

Declaration
public const int STATUS_PACKAGE_NOT_AVAILABLE = -1073740649
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PACKAGE_UPDATING

The application cannot be started because it is currently updating.

Declaration
public const int STATUS_PACKAGE_UPDATING = -1073740695
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PAGE_FAULT_COPY_ON_WRITE

Page fault was a demand zero fault.

Declaration
public const int STATUS_PAGE_FAULT_COPY_ON_WRITE = 274
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PAGE_FAULT_DEMAND_ZERO

Page fault was a demand zero fault.

Declaration
public const int STATUS_PAGE_FAULT_DEMAND_ZERO = 273
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PAGE_FAULT_GUARD_PAGE

Page fault was a demand zero fault.

Declaration
public const int STATUS_PAGE_FAULT_GUARD_PAGE = 275
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PAGE_FAULT_PAGING_FILE

Page fault was satisfied by reading from a secondary storage device.

Declaration
public const int STATUS_PAGE_FAULT_PAGING_FILE = 276
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PAGE_FAULT_TRANSITION

Page fault was a transition fault.

Declaration
public const int STATUS_PAGE_FAULT_TRANSITION = 272
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PAGEFILE_CREATE_FAILED

{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.

Declaration
public const int STATUS_PAGEFILE_CREATE_FAILED = -1073741498
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PAGEFILE_QUOTA

The pagefile quota for the process has been exhausted.

Declaration
public const int STATUS_PAGEFILE_QUOTA = -1073741817
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PAGEFILE_QUOTA_EXCEEDED

Page file quota was exceeded.

Declaration
public const int STATUS_PAGEFILE_QUOTA_EXCEEDED = -1073741524
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PARAMETER_QUOTA_EXCEEDED

Data present in one of the parameters is more than the function can operate on.

Declaration
public const int STATUS_PARAMETER_QUOTA_EXCEEDED = -1073740784
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PARITY_ERROR

Device parity error on I/O operation.

Declaration
public const int STATUS_PARITY_ERROR = -1073741781
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PARTIAL_COPY

{Partial Copy} Due to protection conflicts not all the requested bytes could be copied.

Declaration
public const int STATUS_PARTIAL_COPY = -2147483635
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PARTITION_FAILURE

Tape could not be partitioned.

Declaration
public const int STATUS_PARTITION_FAILURE = -1073741454
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PARTITION_TERMINATING

An attempt was made to access a partition that has begun termination.

Declaration
public const int STATUS_PARTITION_TERMINATING = -1073740640
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PASSWORD_CHANGE_REQUIRED

EAS policy requires that the user change their password before this operation can be performed.

Declaration
public const int STATUS_PASSWORD_CHANGE_REQUIRED = -1073741044
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PASSWORD_EXPIRED

The user account's password has expired.

Declaration
public const int STATUS_PASSWORD_EXPIRED = -1073741711
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PASSWORD_MUST_CHANGE

The user's password must be changed before signing in.

Declaration
public const int STATUS_PASSWORD_MUST_CHANGE = -1073741276
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PASSWORD_RESTRICTION

When trying to update a password, this status indicates that some password update rule has been violated. For example, the password may not meet length criteria.

Declaration
public const int STATUS_PASSWORD_RESTRICTION = -1073741716
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PATH_NOT_COVERED

The contacted server does not support the indicated part of the DFS namespace.

Declaration
public const int STATUS_PATH_NOT_COVERED = -1073741225
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_ATTESTATION_CHALLENGE_NOT_SET

The TPM attestation challenge is not set.

Declaration
public const int STATUS_PCP_ATTESTATION_CHALLENGE_NOT_SET = -1071046638
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_AUTHENTICATION_FAILED

The authorization to use a provider object has failed.

Declaration
public const int STATUS_PCP_AUTHENTICATION_FAILED = -1071046648
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_AUTHENTICATION_IGNORED

The Platform Crypto Device has ignored the authorization for the provider object, to mitigate against a dictionary attack.

Declaration
public const int STATUS_PCP_AUTHENTICATION_IGNORED = -1071046647
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_BUFFER_LENGTH_MISMATCH

The buffer lengths do not match.

Declaration
public const int STATUS_PCP_BUFFER_LENGTH_MISMATCH = -1071046626
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_BUFFER_TOO_SMALL

The buffer is too small to contain all data. No information has been written to the buffer.

Declaration
public const int STATUS_PCP_BUFFER_TOO_SMALL = -1071046650
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_CLAIM_TYPE_NOT_SUPPORTED

The claim type requested is not supported.

Declaration
public const int STATUS_PCP_CLAIM_TYPE_NOT_SUPPORTED = -1071046628
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_DEVICE_NOT_FOUND

A Platform Crypto Device was not found. Operations that require a Platform Crypto Device will not be submitted.

Declaration
public const int STATUS_PCP_DEVICE_NOT_FOUND = -1071046643
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_DEVICE_NOT_READY

The Platform Crypto Device is currently not ready. It needs to be fully provisioned to be operational.

Declaration
public const int STATUS_PCP_DEVICE_NOT_READY = -1071046655
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_ERROR_MASK

This is an error mask to convert Platform Crypto Provider errors to win errors.

Declaration
public const int STATUS_PCP_ERROR_MASK = -1071046656
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_FLAG_NOT_SUPPORTED

A provided flag to the Platform Crypto Provider is not supported.

Declaration
public const int STATUS_PCP_FLAG_NOT_SUPPORTED = -1071046652
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_IFX_RSA_KEY_CREATION_BLOCKED

The RSA key creation is blocked on this TPM due to known security vulnerabilities.

Declaration
public const int STATUS_PCP_IFX_RSA_KEY_CREATION_BLOCKED = -1071046625
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_INTERNAL_ERROR

An unexpected internal error has occurred in the Platform Crypto Provider.

Declaration
public const int STATUS_PCP_INTERNAL_ERROR = -1071046649
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_INVALID_HANDLE

The handle provided to the Platform Crypto Provider is invalid.

Declaration
public const int STATUS_PCP_INVALID_HANDLE = -1071046654
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_INVALID_PARAMETER

A parameter provided to the Platform Crypto Provider is invalid.

Declaration
public const int STATUS_PCP_INVALID_PARAMETER = -1071046653
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_KEY_ALREADY_FINALIZED

The TPM key is already finalized.

Declaration
public const int STATUS_PCP_KEY_ALREADY_FINALIZED = -1071046636
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_KEY_NOT_AIK

The TPM key is not an AIK.

Declaration
public const int STATUS_PCP_KEY_NOT_AIK = -1071046631
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_KEY_NOT_AUTHENTICATED

The TPM key is not authenticated.

Declaration
public const int STATUS_PCP_KEY_NOT_AUTHENTICATED = -1071046632
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_KEY_NOT_FINALIZED

The TPM key is not yet finalized.

Declaration
public const int STATUS_PCP_KEY_NOT_FINALIZED = -1071046639
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_KEY_NOT_LOADED

The TPM key is not loaded.

Declaration
public const int STATUS_PCP_KEY_NOT_LOADED = -1071046641
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_KEY_NOT_SIGNING_KEY

The TPM key is not a signing key.

Declaration
public const int STATUS_PCP_KEY_NOT_SIGNING_KEY = -1071046630
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_KEY_USAGE_POLICY_INVALID

The TPM key usage policy is invalid.

Declaration
public const int STATUS_PCP_KEY_USAGE_POLICY_INVALID = -1071046634
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_KEY_USAGE_POLICY_NOT_SUPPORTED

The TPM key usage policy is not supported.

Declaration
public const int STATUS_PCP_KEY_USAGE_POLICY_NOT_SUPPORTED = -1071046635
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_LOCKED_OUT

The TPM is locked out.

Declaration
public const int STATUS_PCP_LOCKED_OUT = -1071046629
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_NO_KEY_CERTIFICATION

The TPM key certification has not been generated.

Declaration
public const int STATUS_PCP_NO_KEY_CERTIFICATION = -1071046640
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_NOT_PCR_BOUND

The TPM key is not bound to PCR info.

Declaration
public const int STATUS_PCP_NOT_PCR_BOUND = -1071046637
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_NOT_SUPPORTED

The requested operation is not supported by this Platform Crypto Provider.

Declaration
public const int STATUS_PCP_NOT_SUPPORTED = -1071046651
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_POLICY_NOT_FOUND

The referenced policy was not found.

Declaration
public const int STATUS_PCP_POLICY_NOT_FOUND = -1071046646
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_PROFILE_NOT_FOUND

The referenced profile was not found.

Declaration
public const int STATUS_PCP_PROFILE_NOT_FOUND = -1071046645
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_RAW_POLICY_NOT_SUPPORTED

This key has a raw policy so the KSP can't authenticate against it.

Declaration
public const int STATUS_PCP_RAW_POLICY_NOT_SUPPORTED = -1071046623
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_SOFT_KEY_ERROR

There was a problem with the software key being imported into the TPM.

Declaration
public const int STATUS_PCP_SOFT_KEY_ERROR = -1071046633
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_TICKET_MISSING

A ticket required to use a key was not provided.

Declaration
public const int STATUS_PCP_TICKET_MISSING = -1071046624
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_TPM_VERSION_NOT_SUPPORTED

The current TPM version is not supported.

Declaration
public const int STATUS_PCP_TPM_VERSION_NOT_SUPPORTED = -1071046627
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_VALIDATION_FAILED

The validation was not succesful.

Declaration
public const int STATUS_PCP_VALIDATION_FAILED = -1071046644
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PCP_WRONG_PARENT

An attempt was made to import or load a key under an incorrect storage parent.

Declaration
public const int STATUS_PCP_WRONG_PARENT = -1071046642
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PENDING

The operation that was requested is pending completion.

Declaration
public const int STATUS_PENDING = 259
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PER_USER_TRUST_QUOTA_EXCEEDED

The current user's delegated trust creation quota has been exceeded.

Declaration
public const int STATUS_PER_USER_TRUST_QUOTA_EXCEEDED = -1073740799
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PIPE_BROKEN

The pipe operation has failed because the other end of the pipe has been closed.

Declaration
public const int STATUS_PIPE_BROKEN = -1073741493
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PIPE_BUSY

The specified pipe is set to complete operations and there are current I/O operations queued so it cannot be changed to queue operations.

Declaration
public const int STATUS_PIPE_BUSY = -1073741650
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PIPE_CLOSING

The specified named pipe is in the closing state.

Declaration
public const int STATUS_PIPE_CLOSING = -1073741647
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PIPE_CONNECTED

The specified named pipe is in the connected state.

Declaration
public const int STATUS_PIPE_CONNECTED = -1073741646
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PIPE_DISCONNECTED

The specified named pipe is in the disconnected state.

Declaration
public const int STATUS_PIPE_DISCONNECTED = -1073741648
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PIPE_EMPTY

Used to indicate that a read operation was done on an empty pipe.

Declaration
public const int STATUS_PIPE_EMPTY = -1073741607
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PIPE_LISTENING

The specified named pipe is in the listening state.

Declaration
public const int STATUS_PIPE_LISTENING = -1073741645
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PIPE_NOT_AVAILABLE

An instance of a named pipe cannot be found in the listening state.

Declaration
public const int STATUS_PIPE_NOT_AVAILABLE = -1073741652
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PKINIT_CLIENT_FAILURE

The client certificate used for authentication was not trusted.

Declaration
public const int STATUS_PKINIT_CLIENT_FAILURE = -1073740916
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PKINIT_FAILURE

The Kerberos protocol encountered an error while validating the KDC certificate during logon. There is more information in the system event log.

Declaration
public const int STATUS_PKINIT_FAILURE = -1073741024
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PKINIT_NAME_MISMATCH

The client certificate does not contain a valid UPN, or does not match the client name in the logon request. Please contact your administrator.

Declaration
public const int STATUS_PKINIT_NAME_MISMATCH = -1073741063
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PKU2U_CERT_FAILURE

The PKU2U protocol encountered an error while attempting to utilize the associated certificates.

Declaration
public const int STATUS_PKU2U_CERT_FAILURE = -1073740753
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND

The file is not authorized on this platform because a Binary ID was not found in the embedded signature.

Declaration
public const int STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND = -1058340859
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED

The catalog is not authorized on this platform because an entry was not found in the Platform Manifest.

Declaration
public const int STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED = -1058340860
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED

The file is not authorized on this platform because an entry was not found in the Platform Manifest.

Declaration
public const int STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED = -1058340861
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PLATFORM_MANIFEST_INVALID

The Platform Manifest file was not valid.

Declaration
public const int STATUS_PLATFORM_MANIFEST_INVALID = -1058340862
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PLATFORM_MANIFEST_NOT_ACTIVE

No active Platform Manifest exists on this system.

Declaration
public const int STATUS_PLATFORM_MANIFEST_NOT_ACTIVE = -1058340858
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED

The Platform Manifest file was not authorized on this machine.

Declaration
public const int STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED = -1058340863
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PLATFORM_MANIFEST_NOT_SIGNED

The Platform Manifest file was not properly signed.

Declaration
public const int STATUS_PLATFORM_MANIFEST_NOT_SIGNED = -1058340857
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PLUGPLAY_NO_DEVICE

You have attempted to load a legacy device driver while its device instance had been disabled.

Declaration
public const int STATUS_PLUGPLAY_NO_DEVICE = -1073741218
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PLUGPLAY_QUERY_VETOED

The Plug and Play query operation was not successful.

Declaration
public const int STATUS_PLUGPLAY_QUERY_VETOED = -2147483608
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_BAD_MPS_TABLE

A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update.

Declaration
public const int STATUS_PNP_BAD_MPS_TABLE = -1073479627
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_DEVICE_CONFIGURATION_PENDING

The device is pending further configuration.

Declaration
public const int STATUS_PNP_DEVICE_CONFIGURATION_PENDING = -1073740651
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE

The driver configuration is incomplete for use with this device.

Declaration
public const int STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE = -1073740653
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND

The driver package cannot find a required driver configuration.

Declaration
public const int STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND = -1073740654
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND

The specified driver package cannot be found on the system.

Declaration
public const int STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND = -1073740655
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_FUNCTION_DRIVER_REQUIRED

The device requires a driver configuration with a function driver.

Declaration
public const int STATUS_PNP_FUNCTION_DRIVER_REQUIRED = -1073740652
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_INVALID_ID

Driver %2 returned invalid ID for a child device (%3).

Declaration
public const int STATUS_PNP_INVALID_ID = -1073479624
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_IRQ_TRANSLATION_FAILED

A IRQ translator failed to translate resources.

Declaration
public const int STATUS_PNP_IRQ_TRANSLATION_FAILED = -1073479625
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_NO_COMPAT_DRIVERS

There are no compatible drivers available for this device.

Declaration
public const int STATUS_PNP_NO_COMPAT_DRIVERS = -1073740656
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_REBOOT_REQUIRED

Device will not start without a reboot.

Declaration
public const int STATUS_PNP_REBOOT_REQUIRED = -1073741102
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_RESTART_ENUMERATION

A device was removed so enumeration must be restarted.

Declaration
public const int STATUS_PNP_RESTART_ENUMERATION = -1073741106
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PNP_TRANSLATION_FAILED

A translator failed to translate resources.

Declaration
public const int STATUS_PNP_TRANSLATION_FAILED = -1073479626
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_POLICY_OBJECT_NOT_FOUND

The policy object does not exist when it should

Declaration
public const int STATUS_POLICY_OBJECT_NOT_FOUND = -1073741158
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_POLICY_ONLY_IN_DS

The requested policy information only lives in the Ds

Declaration
public const int STATUS_POLICY_ONLY_IN_DS = -1073741157
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PORT_ALREADY_HAS_COMPLETION_LIST

The specified port already has a completion list.

Declaration
public const int STATUS_PORT_ALREADY_HAS_COMPLETION_LIST = -1073740006
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PORT_ALREADY_SET

An attempt to set a process's DebugPort or ExceptionPort was made, but a port already exists in the process or an attempt to set a file's CompletionPort made, but a port was already set in the file or an attempt to set an ALPC port's associated completion port was made, but it is already set.

Declaration
public const int STATUS_PORT_ALREADY_SET = -1073741752
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PORT_CLOSED

The ALPC port is closed.

Declaration
public const int STATUS_PORT_CLOSED = -1073740032
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PORT_CONNECTION_REFUSED

The NtConnectPort request is refused.

Declaration
public const int STATUS_PORT_CONNECTION_REFUSED = -1073741759
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PORT_DISCONNECTED

Attempt to send a message to a disconnected communication port.

Declaration
public const int STATUS_PORT_DISCONNECTED = -1073741769
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PORT_DO_NOT_DISTURB

A port with the 'do not disturb' flag set attempted to send a message to a port in a suspended process. The process was not woken, and the message was not delivered.

Declaration
public const int STATUS_PORT_DO_NOT_DISTURB = -1073741770
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PORT_MESSAGE_TOO_LONG

Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.

Declaration
public const int STATUS_PORT_MESSAGE_TOO_LONG = -1073741777
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PORT_NOT_SET

An attempt to remove a process's DebugPort was made, but a port was not already associated with the process.

Declaration
public const int STATUS_PORT_NOT_SET = -1073740973
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PORT_UNREACHABLE

No service is operating at the destination port of the transport on the remote system.

Declaration
public const int STATUS_PORT_UNREACHABLE = -1073741249
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_POSSIBLE_DEADLOCK

{EXCEPTION} Possible deadlock condition.

Declaration
public const int STATUS_POSSIBLE_DEADLOCK = -1073741420
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_POWER_STATE_INVALID

Current device power state cannot support this request.

Declaration
public const int STATUS_POWER_STATE_INVALID = -1073741101
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PREDEFINED_HANDLE

The specified registry key is referenced by a predefined handle.

Declaration
public const int STATUS_PREDEFINED_HANDLE = 1073741846
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PRENT4_MACHINE_ACCOUNT

The machine account was created pre-NT4. The account needs to be recreated.

Declaration
public const int STATUS_PRENT4_MACHINE_ACCOUNT = -1073740969
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED

{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.

Declaration
public const int STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED = 270
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PRINT_CANCELLED

The requested print file has been canceled.

Declaration
public const int STATUS_PRINT_CANCELLED = -1073741624
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PRINT_QUEUE_FULL

The printer queue is full.

Declaration
public const int STATUS_PRINT_QUEUE_FULL = -1073741626
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PRIVILEGE_NOT_HELD

A required privilege is not held by the client.

Declaration
public const int STATUS_PRIVILEGE_NOT_HELD = -1073741727
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PRIVILEGED_INSTRUCTION

{EXCEPTION} Privileged instruction.

Declaration
public const int STATUS_PRIVILEGED_INSTRUCTION = -1073741674
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROACTIVE_SCAN_IN_PROGRESS

The operation could not be completed because an instance of Proactive Scanner is currently running.

Declaration
public const int STATUS_PROACTIVE_SCAN_IN_PROGRESS = -1073739761
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROCEDURE_NOT_FOUND

Indicates the specified procedure address cannot be found in the DLL.

Declaration
public const int STATUS_PROCEDURE_NOT_FOUND = -1073741702
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROCESS_CLONED

The current process is a cloned process.

Declaration
public const int STATUS_PROCESS_CLONED = 297
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROCESS_IN_JOB

The specified process is part of a job.

Declaration
public const int STATUS_PROCESS_IN_JOB = 292
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROCESS_IS_PROTECTED

Either the target process, or the target thread's containing process, is a protected process.

Declaration
public const int STATUS_PROCESS_IS_PROTECTED = -1073740014
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROCESS_IS_TERMINATING

An attempt was made to access an exiting process.

Declaration
public const int STATUS_PROCESS_IS_TERMINATING = -1073741558
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROCESS_NOT_IN_JOB

The specified process is not part of a job.

Declaration
public const int STATUS_PROCESS_NOT_IN_JOB = 291
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROFILING_AT_LIMIT

The number of active profiling objects is at the maximum and no more may be started.

Declaration
public const int STATUS_PROFILING_AT_LIMIT = -1073741613
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROFILING_NOT_STARTED

Profiling not started.

Declaration
public const int STATUS_PROFILING_NOT_STARTED = -1073741641
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROFILING_NOT_STOPPED

Profiling not stopped.

Declaration
public const int STATUS_PROFILING_NOT_STOPPED = -1073741640
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROPSET_NOT_FOUND

The property set specified does not exist on the object.

Declaration
public const int STATUS_PROPSET_NOT_FOUND = -1073741264
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROTOCOL_NOT_SUPPORTED

The protocol is not installed on the local machine.

Declaration
public const int STATUS_PROTOCOL_NOT_SUPPORTED = -1073700845
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PROTOCOL_UNREACHABLE

The remote system does not support the transport protocol.

Declaration
public const int STATUS_PROTOCOL_UNREACHABLE = -1073741250
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PTE_CHANGED

The page fault mappings changed in the middle of processing a fault so the operation must be retried.

Declaration
public const int STATUS_PTE_CHANGED = -1073740748
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PURGE_FAILED

The attempt to purge this file from memory failed to purge some or all the data from memory.

Declaration
public const int STATUS_PURGE_FAILED = -1073740747
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PWD_HISTORY_CONFLICT

You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used.

Declaration
public const int STATUS_PWD_HISTORY_CONFLICT = -1073741220
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PWD_TOO_LONG

The password provided is too long to meet the policy of your user account. Please choose a shorter password.

Declaration
public const int STATUS_PWD_TOO_LONG = -1073741190
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PWD_TOO_RECENT

The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.

Declaration
public const int STATUS_PWD_TOO_RECENT = -1073741221
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_PWD_TOO_SHORT

The password provided is too short to meet the policy of your user account. Please choose a longer password.

Declaration
public const int STATUS_PWD_TOO_SHORT = -1073741222
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_QUERY_STORAGE_ERROR

The virtualization storage subsystem has generated an error.

Declaration
public const int STATUS_QUERY_STORAGE_ERROR = -2143682559
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_QUOTA_ACTIVITY

The requested operation failed due to quota operation is still in progress.

Declaration
public const int STATUS_QUOTA_ACTIVITY = -1073740662
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_QUOTA_EXCEEDED

Insufficient quota exists to complete the operation

Declaration
public const int STATUS_QUOTA_EXCEEDED = -1073741756
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_QUOTA_LIST_INCONSISTENT

The specified quota list is internally inconsistent with its descriptor.

Declaration
public const int STATUS_QUOTA_LIST_INCONSISTENT = -1073741210
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_QUOTA_NOT_ENABLED

Quota support is not enabled on the system.

Declaration
public const int STATUS_QUOTA_NOT_ENABLED = -1073741399
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RANGE_LIST_CONFLICT

The range could not be added to the range list because of a conflict.

Declaration
public const int STATUS_RANGE_LIST_CONFLICT = -1073741182
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RANGE_NOT_FOUND

The specified range could not be found in the range list.

Declaration
public const int STATUS_RANGE_NOT_FOUND = -1073741172
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RANGE_NOT_LOCKED

The range specified in NtUnlockFile was not locked.

Declaration
public const int STATUS_RANGE_NOT_LOCKED = -1073741698
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RDBSS_CONTINUE_OPERATION

The operation must continue processing.

Declaration
public const int STATUS_RDBSS_CONTINUE_OPERATION = -1069481982
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RDBSS_POST_OPERATION

The operation must be posted to a thread to be retried at passive IRQL.

Declaration
public const int STATUS_RDBSS_POST_OPERATION = -1069481981
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RDBSS_RESTART_OPERATION

The operation must be restarted by RDBSS.

Declaration
public const int STATUS_RDBSS_RESTART_OPERATION = -1069481983
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RDBSS_RETRY_LOOKUP

The caller must retry by looking up the object in the name table.

Declaration
public const int STATUS_RDBSS_RETRY_LOOKUP = -1069481980
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RDP_PROTOCOL_ERROR

The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.

Declaration
public const int STATUS_RDP_PROTOCOL_ERROR = -1073086414
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RECEIVE_EXPEDITED

{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.

Declaration
public const int STATUS_RECEIVE_EXPEDITED = 1073741840
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RECEIVE_PARTIAL

{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.

Declaration
public const int STATUS_RECEIVE_PARTIAL = 1073741839
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RECEIVE_PARTIAL_EXPEDITED

{Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.

Declaration
public const int STATUS_RECEIVE_PARTIAL_EXPEDITED = 1073741841
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RECOVERY_FAILURE

A transaction recover failed.

Declaration
public const int STATUS_RECOVERY_FAILURE = -1073741273
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RECOVERY_NOT_NEEDED

The transactional resource manager is already consistent. Recovery is not needed.

Declaration
public const int STATUS_RECOVERY_NOT_NEEDED = 1075380276
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RECURSIVE_DISPATCH

Invalid recursive dispatch attempt.

Declaration
public const int STATUS_RECURSIVE_DISPATCH = -1073740028
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REDIRECTOR_HAS_OPEN_HANDLES

The redirector is in use and cannot be unloaded.

Declaration
public const int STATUS_REDIRECTOR_HAS_OPEN_HANDLES = -2147483613
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REDIRECTOR_NOT_STARTED

An attempt was made to access a network file, but the network software was not yet started.

Declaration
public const int STATUS_REDIRECTOR_NOT_STARTED = -1073741573
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REDIRECTOR_PAUSED

Print or disk redirection is temporarily paused.

Declaration
public const int STATUS_REDIRECTOR_PAUSED = -1073741615
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REDIRECTOR_STARTED

An attempt was made to start the redirector, but the redirector has already been started.

Declaration
public const int STATUS_REDIRECTOR_STARTED = -1073741572
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REG_NAT_CONSUMPTION

{EXCEPTION} Register NaT consumption faults. A NaT value is consumed on a non speculative instruction.

Declaration
public const int STATUS_REG_NAT_CONSUMPTION = -1073741111
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REGISTRY_CORRUPT

{The Registry Is Corrupt} The structure of one of the files that contains Registry data is corrupt, or the image of the file in memory is corrupt, or the file could not be recovered because the alternate copy or log was absent or corrupt.

Declaration
public const int STATUS_REGISTRY_CORRUPT = -1073741492
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REGISTRY_HIVE_RECOVERED

{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.

Declaration
public const int STATUS_REGISTRY_HIVE_RECOVERED = -2147483606
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REGISTRY_IO_FAILED

An I/O operation initiated by the Registry failed unrecoverably. The Registry could not read in, or write out, or flush, one of the files that contain the system's image of the Registry.

Declaration
public const int STATUS_REGISTRY_IO_FAILED = -1073741491
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REGISTRY_QUOTA_LIMIT

{Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.

Declaration
public const int STATUS_REGISTRY_QUOTA_LIMIT = -1073741226
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REGISTRY_RECOVERED

{Registry Recovery} One of the files containing the system's Registry data had to be recovered by use of a log or alternate copy. The recovery was successful.

Declaration
public const int STATUS_REGISTRY_RECOVERED = 1073741833
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REINITIALIZATION_NEEDED

The device requires reinitialization due to hardware errors.

Declaration
public const int STATUS_REINITIALIZATION_NEEDED = -1073741177
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REMOTE_DISCONNECT

{Virtual Circuit Closed} The network transport on a remote computer has closed a network connection. There may or may not be I/O requests outstanding.

Declaration
public const int STATUS_REMOTE_DISCONNECT = -1073741508
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REMOTE_FILE_VERSION_MISMATCH

The remote server sent mismatching version number or Fid for a file opened with transactions.

Declaration
public const int STATUS_REMOTE_FILE_VERSION_MISMATCH = -1072103412
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REMOTE_NOT_LISTENING

This remote computer is not listening.

Declaration
public const int STATUS_REMOTE_NOT_LISTENING = -1073741636
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REMOTE_RESOURCES

{Insufficient Resources on Remote Computer} The remote computer has insufficient resources to complete the network request. For instance, there may not be enough memory available on the remote computer to carry out the request at this time.

Declaration
public const int STATUS_REMOTE_RESOURCES = -1073741507
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REMOTE_SESSION_LIMIT

An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.

Declaration
public const int STATUS_REMOTE_SESSION_LIMIT = -1073741418
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REMOTE_STORAGE_MEDIA_ERROR

The remote storage service encountered a media error.

Declaration
public const int STATUS_REMOTE_STORAGE_MEDIA_ERROR = -1073741154
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REMOTE_STORAGE_NOT_ACTIVE

The remote storage service is not operational at this time.

Declaration
public const int STATUS_REMOTE_STORAGE_NOT_ACTIVE = -1073741155
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REPAIR_NEEDED

A portion of the file system requires repair.

Declaration
public const int STATUS_REPAIR_NEEDED = -1073741400
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REPARSE

A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.

Declaration
public const int STATUS_REPARSE = 260
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REPARSE_ATTRIBUTE_CONFLICT

The reparse attribute cannot be set as it is incompatible with an existing attribute.

Declaration
public const int STATUS_REPARSE_ATTRIBUTE_CONFLICT = -1073741134
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REPARSE_GLOBAL

A reparse should be performed by the Object Manager from the global root to escape the container name space.

Declaration
public const int STATUS_REPARSE_GLOBAL = 872
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REPARSE_OBJECT

A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.

Declaration
public const int STATUS_REPARSE_OBJECT = 280
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REPARSE_POINT_ENCOUNTERED

The object manager encountered a reparse point while retrieving an object.

Declaration
public const int STATUS_REPARSE_POINT_ENCOUNTERED = -1073740533
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REPARSE_POINT_NOT_RESOLVED

The symbolic link could not be resolved even though the initial file name is valid.

Declaration
public const int STATUS_REPARSE_POINT_NOT_RESOLVED = -1073741184
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REPLY_MESSAGE_MISMATCH

{Reply Message Mismatch} An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.

Declaration
public const int STATUS_REPLY_MESSAGE_MISMATCH = -1073741281
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REQUEST_ABORTED

The request was aborted.

Declaration
public const int STATUS_REQUEST_ABORTED = -1073741248
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REQUEST_CANCELED

The ALPC message has been canceled.

Declaration
public const int STATUS_REQUEST_CANCELED = -1073740029
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REQUEST_NOT_ACCEPTED

No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.

Declaration
public const int STATUS_REQUEST_NOT_ACCEPTED = -1073741616
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REQUEST_OUT_OF_SEQUENCE

The requested operation is out of order with respect to other operations.

Declaration
public const int STATUS_REQUEST_OUT_OF_SEQUENCE = -1073740758
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REQUEST_PAUSED

The operation was paused.

Declaration
public const int STATUS_REQUEST_PAUSED = -1073740711
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESIDENT_FILE_NOT_SUPPORTED

An operation is not supported on a resident file.

Declaration
public const int STATUS_RESIDENT_FILE_NOT_SUPPORTED = -1073740678
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESOURCE_DATA_NOT_FOUND

Indicates the specified image file did not contain a resource section.

Declaration
public const int STATUS_RESOURCE_DATA_NOT_FOUND = -1073741687
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESOURCE_ENUM_USER_STOP

User stopped resource enumeration.

Declaration
public const int STATUS_RESOURCE_ENUM_USER_STOP = -1073020921
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESOURCE_IN_USE

The resource requested is already in use.

Declaration
public const int STATUS_RESOURCE_IN_USE = -1073740024
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESOURCE_LANG_NOT_FOUND

Indicates the specified resource language ID cannot be found in the image file.

Declaration
public const int STATUS_RESOURCE_LANG_NOT_FOUND = -1073741308
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESOURCE_NAME_NOT_FOUND

Indicates the specified resource name cannot be found in the image file.

Declaration
public const int STATUS_RESOURCE_NAME_NOT_FOUND = -1073741685
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESOURCE_NOT_OWNED

{Application Error} The application attempted to release a resource it did not own. Click OK to terminate the application.

Declaration
public const int STATUS_RESOURCE_NOT_OWNED = -1073741212
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESOURCE_REQUIREMENTS_CHANGED

The device has succeeded a query-stop and its resource requirements have changed.

Declaration
public const int STATUS_RESOURCE_REQUIREMENTS_CHANGED = 281
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESOURCE_TYPE_NOT_FOUND

Indicates the specified resource type cannot be found in the image file.

Declaration
public const int STATUS_RESOURCE_TYPE_NOT_FOUND = -1073741686
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESOURCEMANAGER_NOT_FOUND

The specified ResourceManager was unable to be opened, because it was not found.

Declaration
public const int STATUS_RESOURCEMANAGER_NOT_FOUND = -1072103345
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESOURCEMANAGER_READ_ONLY

The specified ResourceManager made no changes or updates to the resource under this transaction.

Declaration
public const int STATUS_RESOURCEMANAGER_READ_ONLY = 514
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESTART_BOOT_APPLICATION

This boot application must be restarted.

Declaration
public const int STATUS_RESTART_BOOT_APPLICATION = -1073740717
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RESUME_HIBERNATION

The system was resumed from hibernation.

Declaration
public const int STATUS_RESUME_HIBERNATION = 1073741867
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RETRY

The request needs to be retried.

Declaration
public const int STATUS_RETRY = -1073741267
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REVISION_MISMATCH

Indicates two revision levels are incompatible.

Declaration
public const int STATUS_REVISION_MISMATCH = -1073741735
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REVOCATION_OFFLINE_C

The revocation status of the certificate used for authentication could not be determined.

Declaration
public const int STATUS_REVOCATION_OFFLINE_C = -1073740917
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_REVOCATION_OFFLINE_KDC

The revocation status of the domain controller certificate used for authentication could not be determined. There is additional information in the system event log.

Declaration
public const int STATUS_REVOCATION_OFFLINE_KDC = -1073740788
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RING_NEWLY_EMPTY

The specified ring buffer has, with the removal of the current packet, now become empty.

Declaration
public const int STATUS_RING_NEWLY_EMPTY = 531
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RING_PREVIOUSLY_ABOVE_QUOTA

The specified ring buffer has dropped below its quota of outstanding transactions.

Declaration
public const int STATUS_RING_PREVIOUSLY_ABOVE_QUOTA = 530
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RING_PREVIOUSLY_EMPTY

The specified ring buffer was empty before the packet was successfully inserted.

Declaration
public const int STATUS_RING_PREVIOUSLY_EMPTY = 528
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RING_PREVIOUSLY_FULL

The specified ring buffer was full before the packet was successfully removed.

Declaration
public const int STATUS_RING_PREVIOUSLY_FULL = 529
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT

The specified ring buffer was either previously empty or previously full which implies that the caller should signal the opposite endpoint.

Declaration
public const int STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT = 532
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RKF_ACTIVE_KEY

The Resume Key Filter found an existing resume key that matches the one supplied on a handle that's active/open. The operation requires an inactive/closed handle.

Declaration
public const int STATUS_RKF_ACTIVE_KEY = -1069547514
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RKF_BLOB_FULL

The Resume Key Filter data blob attached to the handle is full. No more space is available.

Declaration
public const int STATUS_RKF_BLOB_FULL = -1069547517
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RKF_DUPLICATE_KEY

The Resume Key Filter found an existing resume key that matches the one supplied for the handle.

Declaration
public const int STATUS_RKF_DUPLICATE_KEY = -1069547518
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RKF_FILE_BLOCKED

The Resume Key Filter failed the operation because the file is temporarily blocked pending the resume of existing handles on the file.

Declaration
public const int STATUS_RKF_FILE_BLOCKED = -1069547515
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RKF_KEY_NOT_FOUND

The Resume Key Filter could not find the resume key supplied for the operation.

Declaration
public const int STATUS_RKF_KEY_NOT_FOUND = -1069547519
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RKF_STORE_FULL

The Resume Key Filter handle store is full. No more resume handles can be accepted.

Declaration
public const int STATUS_RKF_STORE_FULL = -1069547516
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RM_ALREADY_STARTED

The transactional resource manager has already been started.

Declaration
public const int STATUS_RM_ALREADY_STARTED = 1075380277
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT

This snapshot operation cannot continue because a transactional resource manager cannot be frozen in its current state. Please try again.

Declaration
public const int STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT = -1072103331
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RM_DISCONNECTED

The transaction outcome is unavailable because the resource manager responsible for it has disconnected.

Declaration
public const int STATUS_RM_DISCONNECTED = -1072103374
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RM_METADATA_CORRUPT

The metadata of the RM has been corrupted. The RM will not function.

Declaration
public const int STATUS_RM_METADATA_CORRUPT = -1072103418
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RM_NOT_ACTIVE

Transaction support within the specified resource manager is not started or was shut down due to an error.

Declaration
public const int STATUS_RM_NOT_ACTIVE = -1072103419
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_ROLLBACK_TIMER_EXPIRED

A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.

Declaration
public const int STATUS_ROLLBACK_TIMER_EXPIRED = -1072103364
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RTPM_CONTEXT_COMPLETE

The remote TPM operation is complete.

Declaration
public const int STATUS_RTPM_CONTEXT_COMPLETE = 2699265
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RTPM_CONTEXT_CONTINUE

The remote TPM context exchange is not complete. The context should be transported to the target and continued.

Declaration
public const int STATUS_RTPM_CONTEXT_CONTINUE = 2699264
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RTPM_INVALID_CONTEXT

The rTPM context has been corrupted. The rTPM operation must be restarted.

Declaration
public const int STATUS_RTPM_INVALID_CONTEXT = -1071042556
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RTPM_NO_RESULT

No result associated with this instance exists.

Declaration
public const int STATUS_RTPM_NO_RESULT = -1071042558
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RTPM_PCR_READ_INCOMPLETE

The TPM returned incomplete PCR results. This maybe due to an unsupported selection set. Attempt the read again with a different selection set.

Declaration
public const int STATUS_RTPM_PCR_READ_INCOMPLETE = -1071042557
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RTPM_UNSUPPORTED_CMD

The rTPM target does not support remote processing of the specified TPM command.

Declaration
public const int STATUS_RTPM_UNSUPPORTED_CMD = -1071042555
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT

A run level switch agent did not respond within the specified timeout.

Declaration
public const int STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT = -1073700539
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RUNLEVEL_SWITCH_IN_PROGRESS

A run level switch is currently in progress.

Declaration
public const int STATUS_RUNLEVEL_SWITCH_IN_PROGRESS = -1073700538
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RUNLEVEL_SWITCH_TIMEOUT

The requested run level switch cannot be completed successfully since one or more services will not stop or restart within the specified timeout.

Declaration
public const int STATUS_RUNLEVEL_SWITCH_TIMEOUT = -1073700541
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED

A read or write of raw encrypted data cannot be performed because the file is not encrypted.

Declaration
public const int STATUS_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED = -1073740633
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET

An invalid file offset in the encrypted data info block was passed for read or write operation of file's raw encrypted data.

Declaration
public const int STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET = -1073740632
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE

An invalid offset and length combination in the encrypted data info was passed for read or write operation of file's raw encrypted data.

Declaration
public const int STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE = -1073740631
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER

An invalid parameter in the encrypted data info was passed for read or write operation of file's raw encrypted data.

Declaration
public const int STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER = -1073740630
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RXACT_COMMIT_FAILURE

Indicates an error has occurred during a registry transaction commit. The database has been left in an unknown, but probably inconsistent, state. The state of the registry transaction is left as COMMITTING.

Declaration
public const int STATUS_RXACT_COMMIT_FAILURE = -1073741539
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RXACT_COMMIT_NECESSARY

This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).

Declaration
public const int STATUS_RXACT_COMMIT_NECESSARY = -2147483624
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RXACT_COMMITTED

This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed.

Declaration
public const int STATUS_RXACT_COMMITTED = 266
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RXACT_INVALID_STATE

Indicates that the transaction state of a registry sub-tree is incompatible with the requested operation. For example, a request has been made to start a new transaction with one already in progress, or a request has been made to apply a transaction when one is not currently in progress.

Declaration
public const int STATUS_RXACT_INVALID_STATE = -1073741540
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_RXACT_STATE_CREATED

This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.

Declaration
public const int STATUS_RXACT_STATE_CREATED = 1073741828
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SAM_INIT_FAILURE

Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown this system and reboot into Safe Mode, check the event log for more detailed information.

Declaration
public const int STATUS_SAM_INIT_FAILURE = -1073741085
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SAM_NEED_BOOTKEY_FLOPPY

Security Account Manager needs to get the boot key from floppy disk.

Declaration
public const int STATUS_SAM_NEED_BOOTKEY_FLOPPY = -1073741088
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SAM_NEED_BOOTKEY_PASSWORD

Security Account Manager needs to get the boot password.

Declaration
public const int STATUS_SAM_NEED_BOOTKEY_PASSWORD = -1073741089
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SCRUB_DATA_DISABLED

Scrub is disabled on the specified file.

Declaration
public const int STATUS_SCRUB_DATA_DISABLED = -1073740680
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECCORE_INVALID_COMMAND

The command was not recognized by the security core

Declaration
public const int STATUS_SECCORE_INVALID_COMMAND = -1058537472
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED

The secondary interrupt controller instance that manages the specified interrupt is not registered.

Declaration
public const int STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED = -1073700575
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECRET_TOO_LONG

The length of a secret exceeds the maximum length allowed. The length and number of secrets is limited to satisfy United States State Department export restrictions.

Declaration
public const int STATUS_SECRET_TOO_LONG = -1073741481
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECTION_NOT_EXTENDED

A mapped section could not be extended.

Declaration
public const int STATUS_SECTION_NOT_EXTENDED = -1073741689
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECTION_NOT_IMAGE

An attempt was made to query image information on a section which does not map an image.

Declaration
public const int STATUS_SECTION_NOT_IMAGE = -1073741751
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECTION_PROTECTION

A view to a section specifies a protection which is incompatible with the initial view's protection.

Declaration
public const int STATUS_SECTION_PROTECTION = -1073741746
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECTION_TOO_BIG

{Section Too Large} The specified section is too big to map the file.

Declaration
public const int STATUS_SECTION_TOO_BIG = -1073741760
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_FILE_REPLACED

Secure Boot requires that certain files and drivers are not replaced by other files or drivers.

Declaration
public const int STATUS_SECUREBOOT_FILE_REPLACED = -1069350905
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_INVALID_POLICY

The Secure Boot policy is invalid.

Declaration
public const int STATUS_SECUREBOOT_INVALID_POLICY = -1069350909
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_NOT_BASE_POLICY

Supplemental Secure Boot policy file can not be loaded as a base Secure Boot policy.

Declaration
public const int STATUS_SECUREBOOT_NOT_BASE_POLICY = -1069350897
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_NOT_ENABLED

Secure Boot is not enabled on this machine.

Declaration
public const int STATUS_SECUREBOOT_NOT_ENABLED = -2143092730
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY

Base Secure Boot policy file can not be loaded as a Supplemental Secure Boot policy.

Declaration
public const int STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY = -1069350896
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH

The Platform ID specified in the Secure Boot policy does not match the Platform ID on this device.

Declaration
public const int STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH = -1069350901
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION

The Antirollback version was not found in the Secure Boot Policy.

Declaration
public const int STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION = -1069350902
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED

The Secure Boot Supplemental Policy file was not authorized on this machine.

Declaration
public const int STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED = -1069350904
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_POLICY_NOT_SIGNED

The Secure Boot policy is either not signed or is signed by a non-trusted signer.

Declaration
public const int STATUS_SECUREBOOT_POLICY_NOT_SIGNED = -1069350907
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND

A new Secure Boot policy did not contain the current publisher on its update list.

Declaration
public const int STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND = -1069350908
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED

The Secure Boot policy file has an older Antirollback Version than this device.

Declaration
public const int STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED = -1069350900
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_POLICY_UNKNOWN

The Supplemntal Policy is not recognized on this device.

Declaration
public const int STATUS_SECUREBOOT_POLICY_UNKNOWN = -1069350903
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH

The Secure Boot policy file does not match the upgraded legacy policy.

Declaration
public const int STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH = -1069350899
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_POLICY_VIOLATION

The value is protected by Secure Boot policy and cannot be modified or deleted.

Declaration
public const int STATUS_SECUREBOOT_POLICY_VIOLATION = -1069350910
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING

The Secure Boot policy file is required but could not be found.

Declaration
public const int STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING = -1069350898
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECUREBOOT_ROLLBACK_DETECTED

Secure Boot detected that rollback of protected data has been attempted.

Declaration
public const int STATUS_SECUREBOOT_ROLLBACK_DETECTED = -1069350911
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SECURITY_STREAM_IS_INCONSISTENT

The security stream for the given volume is in an inconsistent state. Please run CHKDSK on the volume.

Declaration
public const int STATUS_SECURITY_STREAM_IS_INCONSISTENT = -1073741408
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SEGMENT_NOTIFICATION

{Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.

Declaration
public const int STATUS_SEGMENT_NOTIFICATION = 1073741829
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SEMAPHORE_LIMIT_EXCEEDED

An attempt was made to release a semaphore such that its maximum count would have been exceeded.

Declaration
public const int STATUS_SEMAPHORE_LIMIT_EXCEEDED = -1073741753
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERIAL_COUNTER_TIMEOUT

{Serial IOCTL Timeout} A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER had not reached zero.)

Declaration
public const int STATUS_SERIAL_COUNTER_TIMEOUT = 1073741836
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERIAL_MORE_WRITES

{Serial IOCTL Complete} A serial I/O operation was completed by another write to a serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)

Declaration
public const int STATUS_SERIAL_MORE_WRITES = 1073741832
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERIAL_NO_DEVICE_INITED

No serial device was successfully initialized. The serial driver will unload.

Declaration
public const int STATUS_SERIAL_NO_DEVICE_INITED = -1073741488
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERVER_DISABLED

The GUID allocation server is [already] disabled at the moment.

Declaration
public const int STATUS_SERVER_DISABLED = -1073741696
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERVER_HAS_OPEN_HANDLES

The server is in use and cannot be unloaded.

Declaration
public const int STATUS_SERVER_HAS_OPEN_HANDLES = -2147483612
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERVER_NOT_DISABLED

The GUID allocation server is [already] enabled at the moment.

Declaration
public const int STATUS_SERVER_NOT_DISABLED = -1073741695
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERVER_SHUTDOWN_IN_PROGRESS

The server machine is shutting down.

Declaration
public const int STATUS_SERVER_SHUTDOWN_IN_PROGRESS = -1073741057
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERVER_SID_MISMATCH

The server process is running under a SID different than that required by client.

Declaration
public const int STATUS_SERVER_SID_MISMATCH = -1073741152
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERVER_UNAVAILABLE

The file server is temporarily unavailable.

Declaration
public const int STATUS_SERVER_UNAVAILABLE = -1073740698
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERVICE_NOTIFICATION

%hs

Declaration
public const int STATUS_SERVICE_NOTIFICATION = 1073741848
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SERVICES_FAILED_AUTOSTART

One or more services failed to start during the service startup phase of a run level switch.

Declaration
public const int STATUS_SERVICES_FAILED_AUTOSTART = 1073783108
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SET_CONTEXT_DENIED

The thread context could not be updated because this has been restricted for the process.

Declaration
public const int STATUS_SET_CONTEXT_DENIED = -1073740278
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SETMARK_DETECTED

A tape access reached a setmark.

Declaration
public const int STATUS_SETMARK_DETECTED = -2147483615
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SHARE_UNAVAILABLE

The share is temporarily unavailable.

Declaration
public const int STATUS_SHARE_UNAVAILABLE = -1073740672
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SHARED_IRQ_BUSY

An attempt was made to open a device that was sharing an IRQ with other devices. At least one other device that uses that IRQ was already opened. Two concurrent opens of devices that share an IRQ and only work via interrupts is not supported for the particular bus type that the devices use.

Declaration
public const int STATUS_SHARED_IRQ_BUSY = -1073741460
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SHARED_POLICY

The policy object is shared and can only be modified at the root

Declaration
public const int STATUS_SHARED_POLICY = -1073741159
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SHARING_PAUSED

File sharing has been temporarily paused.

Declaration
public const int STATUS_SHARING_PAUSED = -1073741617
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SHARING_VIOLATION

A file cannot be opened because the share access flags are incompatible.

Declaration
public const int STATUS_SHARING_VIOLATION = -1073741757
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME

Short names are not enabled on this volume.

Declaration
public const int STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME = -1073741409
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SHUTDOWN_IN_PROGRESS

A system shutdown is in progress.

Declaration
public const int STATUS_SHUTDOWN_IN_PROGRESS = -1073741058
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SINGLE_STEP

{EXCEPTION} Single Step A single step or trace operation has just been completed.

Declaration
public const int STATUS_SINGLE_STEP = -2147483644
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_CARD_BLOCKED

The smart card is blocked

Declaration
public const int STATUS_SMARTCARD_CARD_BLOCKED = -1073740927
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED

No PIN was presented to the smart card

Declaration
public const int STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED = -1073740926
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_CERT_EXPIRED

The smartcard certificate used for authentication has expired. Please contact your system administrator.

Declaration
public const int STATUS_SMARTCARD_CERT_EXPIRED = -1073740915
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_CERT_REVOKED

The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log.

Declaration
public const int STATUS_SMARTCARD_CERT_REVOKED = -1073740919
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_IO_ERROR

A communication error with the smart card has been detected.

Declaration
public const int STATUS_SMARTCARD_IO_ERROR = -1073740921
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_LOGON_REQUIRED

Smartcard logon is required and was not used.

Declaration
public const int STATUS_SMARTCARD_LOGON_REQUIRED = -1073741062
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_NO_CARD

No smart card available

Declaration
public const int STATUS_SMARTCARD_NO_CARD = -1073740925
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_NO_CERTIFICATE

The requested certificate does not exist on the smart card

Declaration
public const int STATUS_SMARTCARD_NO_CERTIFICATE = -1073740923
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_NO_KEY_CONTAINER

The requested key container does not exist on the smart card

Declaration
public const int STATUS_SMARTCARD_NO_KEY_CONTAINER = -1073740924
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_NO_KEYSET

The requested keyset does not exist

Declaration
public const int STATUS_SMARTCARD_NO_KEYSET = -1073740922
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_SILENT_CONTEXT

The smartcard provider could not perform the action since the context was acquired as silent.

Declaration
public const int STATUS_SMARTCARD_SILENT_CONTEXT = -1073740913
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_SUBSYSTEM_FAILURE

The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.

Declaration
public const int STATUS_SMARTCARD_SUBSYSTEM_FAILURE = -1073741023
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMARTCARD_WRONG_PIN

An incorrect PIN was presented to the smart card

Declaration
public const int STATUS_SMARTCARD_WRONG_PIN = -1073740928
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMB_BAD_CLUSTER_DIALECT

The current cluster functional level does not support this SMB dialect.

Declaration
public const int STATUS_SMB_BAD_CLUSTER_DIALECT = -1067646975
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMB_GUEST_LOGON_BLOCKED

You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.

Declaration
public const int STATUS_SMB_GUEST_LOGON_BLOCKED = -1067646974
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP

Failed to negotiate a preauthentication integrity hash function.

Declaration
public const int STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP = -1067646976
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMB1_NOT_AVAILABLE

You can't connect to the file share because it's not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack. Your system requires SMB2 or higher. For more info on resolving this issue, see: https://go.microsoft.com/fwlink/?linkid=852747

Declaration
public const int STATUS_SMB1_NOT_AVAILABLE = -1073740525
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMI_PRIMITIVE_INSTALLER_FAILED

The SMI primitive installer failed during setup or servicing.

Declaration
public const int STATUS_SMI_PRIMITIVE_INSTALLER_FAILED = -1072365531
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SMR_GARBAGE_COLLECTION_REQUIRED

The volume must undergo garbage collection.

Declaration
public const int STATUS_SMR_GARBAGE_COLLECTION_REQUIRED = -1073740524
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SOME_NOT_MAPPED

Some of the information to be translated has not been translated.

Declaration
public const int STATUS_SOME_NOT_MAPPED = 263
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SOURCE_ELEMENT_EMPTY

The specified medium changer source element contains no media.

Declaration
public const int STATUS_SOURCE_ELEMENT_EMPTY = -1073741181
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_ALLOCATION_SIZE_INVALID

The allocation size is outside of the supported range of values.

Declaration
public const int STATUS_SPACES_ALLOCATION_SIZE_INVALID = -1058602994
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_COMPLETE

The operation is complete.

Declaration
public const int STATUS_SPACES_COMPLETE = 15138818
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_CORRUPT_METADATA

The metadata read was corrupt.

Declaration
public const int STATUS_SPACES_CORRUPT_METADATA = -1058602986
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_DRIVE_LOST_DATA

The data on this drive has been lost.

Declaration
public const int STATUS_SPACES_DRIVE_LOST_DATA = -1058602979
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_DRIVE_NOT_READY

The drive is not ready.

Declaration
public const int STATUS_SPACES_DRIVE_NOT_READY = -1058602981
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID

The OperationalState of the physical disk is invalid for this operation.

Declaration
public const int STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID = -1058602990
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_DRIVE_REDUNDANCY_INVALID

The value for fault tolerance is outside of the supported range of values.

Declaration
public const int STATUS_SPACES_DRIVE_REDUNDANCY_INVALID = -1058603002
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID

The sector size of the physical disk is not supported by the storage pool.

Declaration
public const int STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID = -1058603004
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_DRIVE_SPLIT

The data on this drive is stale.

Declaration
public const int STATUS_SPACES_DRIVE_SPLIT = -1058602980
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_DRT_FULL

The DRT is full.

Declaration
public const int STATUS_SPACES_DRT_FULL = -1058602985
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_ENCLOSURE_AWARE_INVALID

Enclosure awareness is not supported for this virtual disk.

Declaration
public const int STATUS_SPACES_ENCLOSURE_AWARE_INVALID = -1058602993
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_EXTENDED_ERROR

Extended error information is available.

Declaration
public const int STATUS_SPACES_EXTENDED_ERROR = -1058602996
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID

The specified fault domain type or combination of minimum / maximum fault domain type is not valid.

Declaration
public const int STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID = -1058603007
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_INCONSISTENCY

An inconsistency was found.

Declaration
public const int STATUS_SPACES_INCONSISTENCY = -1058602984
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_INTERLEAVE_LENGTH_INVALID

The value for interleave length is outside of the supported range of values or is not a power of 2.

Declaration
public const int STATUS_SPACES_INTERLEAVE_LENGTH_INVALID = -1058602999
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_LOG_NOT_READY

The log is not ready.

Declaration
public const int STATUS_SPACES_LOG_NOT_READY = -1058602983
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_MAP_REQUIRED

An extent needs to be allocated.

Declaration
public const int STATUS_SPACES_MAP_REQUIRED = -1058602988
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_NO_REDUNDANCY

No good copy of data was available.

Declaration
public const int STATUS_SPACES_NO_REDUNDANCY = -1058602982
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_NOT_ENOUGH_DRIVES

There were not enough physical disks to complete the requested operation.

Declaration
public const int STATUS_SPACES_NOT_ENOUGH_DRIVES = -1058602997
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID

The number of columns specified is outside of the supported range of values.

Declaration
public const int STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID = -1058602998
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID

The number of data copies requested is outside of the supported range of values.

Declaration
public const int STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID = -1058603001
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_NUMBER_OF_GROUPS_INVALID

The value for number of groups is outside of the supported range of values.

Declaration
public const int STATUS_SPACES_NUMBER_OF_GROUPS_INVALID = -1058602991
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_PAUSE

The operation has been paused.

Declaration
public const int STATUS_SPACES_PAUSE = 15138817
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_PROVISIONING_TYPE_INVALID

The specified provisioning type is not valid.

Declaration
public const int STATUS_SPACES_PROVISIONING_TYPE_INVALID = -1058602995
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_REDIRECT

The operation should be redirected to another node.

Declaration
public const int STATUS_SPACES_REDIRECT = 15138819
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_REPAIRED

The repair was successful.

Declaration
public const int STATUS_SPACES_REPAIRED = 15138816
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_RESILIENCY_TYPE_INVALID

The specified resiliency type is not valid.

Declaration
public const int STATUS_SPACES_RESILIENCY_TYPE_INVALID = -1058603005
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_UNSUPPORTED_VERSION

The metadata version is unsupported.

Declaration
public const int STATUS_SPACES_UNSUPPORTED_VERSION = -1058602987
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_UPDATE_COLUMN_STATE

A column's state needs to be updated.

Declaration
public const int STATUS_SPACES_UPDATE_COLUMN_STATE = -1058602989
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPACES_WRITE_CACHE_SIZE_INVALID

The write cache size is outside of the supported range of values.

Declaration
public const int STATUS_SPACES_WRITE_CACHE_SIZE_INVALID = -1058602992
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION

The sparse operation could not be completed because a transaction is active on the file.

Declaration
public const int STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION = -1072103351
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPECIAL_ACCOUNT

Indicates an operation has been attempted on a built-in (special) SAM account which is incompatible with built-in accounts. For example, built-in accounts cannot be deleted.

Declaration
public const int STATUS_SPECIAL_ACCOUNT = -1073741532
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPECIAL_GROUP

The operation requested may not be performed on the specified group because it is a built-in special group.

Declaration
public const int STATUS_SPECIAL_GROUP = -1073741531
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SPECIAL_USER

The operation requested may not be performed on the specified user because it is a built-in special user.

Declaration
public const int STATUS_SPECIAL_USER = -1073741530
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STACK_BUFFER_OVERRUN

The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.

Declaration
public const int STATUS_STACK_BUFFER_OVERRUN = -1073740791
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STACK_OVERFLOW

A new guard page for the stack cannot be created.

Declaration
public const int STATUS_STACK_OVERFLOW = -1073741571
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STACK_OVERFLOW_READ

The request must be handled by the stack overflow code.

Declaration
public const int STATUS_STACK_OVERFLOW_READ = -1073741272
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STOPPED_ON_SYMLINK

The create operation stopped after reaching a symbolic link.

Declaration
public const int STATUS_STOPPED_ON_SYMLINK = -2147483603
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STORAGE_LOST_DATA_PERSISTENCE

The storage device has lost data or persistence.

Declaration
public const int STATUS_STORAGE_LOST_DATA_PERSISTENCE = -1073740642
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STORAGE_TOPOLOGY_ID_MISMATCH

The request failed due to a storage topology ID mismatch.

Declaration
public const int STATUS_STORAGE_TOPOLOGY_ID_MISMATCH = -1073740666
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STOWED_EXCEPTION

An application-internal exception has occurred.

Declaration
public const int STATUS_STOWED_EXCEPTION = -1073741189
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STREAM_MINIVERSION_NOT_FOUND

The specified file miniversion was not found for this transacted file open.

Declaration
public const int STATUS_STREAM_MINIVERSION_NOT_FOUND = -1072103390
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STREAM_MINIVERSION_NOT_VALID

The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback.

Declaration
public const int STATUS_STREAM_MINIVERSION_NOT_VALID = -1072103389
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STRICT_CFG_VIOLATION

The specified image file was blocked from loading because it does not enable a feature required by the process: Control Flow Guard.

Declaration
public const int STATUS_STRICT_CFG_VIOLATION = -1073740282
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_STRONG_CRYPTO_NOT_SUPPORTED

The other end of the security negotiation is requires strong crypto but it is not supported on the local machine.

Declaration
public const int STATUS_STRONG_CRYPTO_NOT_SUPPORTED = -1073741066
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SUCCESS

STATUS_SUCCESS

Declaration
public const int STATUS_SUCCESS = 0
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SUSPEND_COUNT_EXCEEDED

An attempt was made to suspend a thread whose suspend count was at its maximum.

Declaration
public const int STATUS_SUSPEND_COUNT_EXCEEDED = -1073741750
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_ERROR_NOT_AVAILABLE

The requested error data is not available on the server.

Declaration
public const int STATUS_SVHDX_ERROR_NOT_AVAILABLE = -1067647232
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_ERROR_STORED

The proper error code with sense data was stored on server side.

Declaration
public const int STATUS_SVHDX_ERROR_STORED = -1067712512
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_NO_INITIATOR

Invalid Shared VHDX open due to lack of initiator ID. Check for related Continuous Availability failures.

Declaration
public const int STATUS_SVHDX_NO_INITIATOR = -1067647221
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_RESERVATION_CONFLICT

The current initiator is not allowed to perform the SCSI command because of a reservation conflict.

Declaration
public const int STATUS_SVHDX_RESERVATION_CONFLICT = -1067647225
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE

Unit Attention data is available for the initiator to query.

Declaration
public const int STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE = -1067647231
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED

The data capacity of the device has changed, resulting in a Unit Attention condition.

Declaration
public const int STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED = -1067647230
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED

The data storage format of the device has changed, resulting in a Unit Attention condition.

Declaration
public const int STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED = -1067647226
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED

A previous operation resulted in this initiator's registrations being preempted, resulting in a Unit Attention condition.

Declaration
public const int STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED = -1067647227
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED

A previous operation resulted in this initiator's reservations being preempted, resulting in a Unit Attention condition.

Declaration
public const int STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED = -1067647229
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED

A previous operation resulted in this initiator's reservations being released, resulting in a Unit Attention condition.

Declaration
public const int STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED = -1067647228
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_VERSION_MISMATCH

The server version does not match the requested version.

Declaration
public const int STATUS_SVHDX_VERSION_MISMATCH = -1067647223
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SVHDX_WRONG_FILE_TYPE

Multiple virtual machines sharing a virtual hard disk is supported only on Fixed or Dynamic VHDX format virtual hard disks.

Declaration
public const int STATUS_SVHDX_WRONG_FILE_TYPE = -1067647224
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_ACTIVATION_CONTEXT_DISABLED

The application attempted to activate a disabled activation context.

Declaration
public const int STATUS_SXS_ACTIVATION_CONTEXT_DISABLED = -1072365561
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT

The assembly is not a deployment.

Declaration
public const int STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT = -1072365538
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_ASSEMBLY_MISSING

The referenced assembly could not be found.

Declaration
public const int STATUS_SXS_ASSEMBLY_MISSING = -1072365556
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_ASSEMBLY_NOT_FOUND

The referenced assembly is not installed on your system.

Declaration
public const int STATUS_SXS_ASSEMBLY_NOT_FOUND = -1072365564
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_CANT_GEN_ACTCTX

Windows was not able to process the application binding information. Please refer to your System Event Log for further information.

Declaration
public const int STATUS_SXS_CANT_GEN_ACTCTX = -1072365566
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_COMPONENT_STORE_CORRUPT

The component store has been corrupted.

Declaration
public const int STATUS_SXS_COMPONENT_STORE_CORRUPT = -1072365542
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_CORRUPT_ACTIVATION_STACK

The activation context activation stack for the running thread of execution is corrupt.

Declaration
public const int STATUS_SXS_CORRUPT_ACTIVATION_STACK = -1072365548
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_CORRUPTION

The application isolation metadata for this process or thread has become corrupt.

Declaration
public const int STATUS_SXS_CORRUPTION = -1072365547
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_EARLY_DEACTIVATION

The activation context being deactivated is not the most recently activated one.

Declaration
public const int STATUS_SXS_EARLY_DEACTIVATION = -1072365553
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_FILE_HASH_MISMATCH

A component's file does not match the verification information present in the component manifest.

Declaration
public const int STATUS_SXS_FILE_HASH_MISMATCH = -1072365541
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_FILE_HASH_MISSING

A component is missing file verification information in its manifest.

Declaration
public const int STATUS_SXS_FILE_HASH_MISSING = -1072365529
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY

The file is not a part of the assembly.

Declaration
public const int STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY = -1072365537
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_IDENTITIES_DIFFERENT

The component identities are different.

Declaration
public const int STATUS_SXS_IDENTITIES_DIFFERENT = -1072365539
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE

An identity contains two definitions for the same attribute.

Declaration
public const int STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE = -1072365544
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_IDENTITY_PARSE_ERROR

The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value.

Declaration
public const int STATUS_SXS_IDENTITY_PARSE_ERROR = -1072365543
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_INVALID_ACTCTXDATA_FORMAT

The application binding data format is invalid.

Declaration
public const int STATUS_SXS_INVALID_ACTCTXDATA_FORMAT = -1072365565
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_INVALID_DEACTIVATION

The activation context being deactivated is not active for the current thread of execution.

Declaration
public const int STATUS_SXS_INVALID_DEACTIVATION = -1072365552
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME

The name of an attribute in an identity is not within the legal range.

Declaration
public const int STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME = -1072365545
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE

The value of an attribute in an identity is not within the legal range.

Declaration
public const int STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE = -1072365546
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_KEY_NOT_FOUND

The requested lookup key was not found in any active activation context.

Declaration
public const int STATUS_SXS_KEY_NOT_FOUND = -1072365560
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_MANIFEST_FORMAT_ERROR

The manifest file does not begin with the required tag and format information.

Declaration
public const int STATUS_SXS_MANIFEST_FORMAT_ERROR = -1072365563
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT

The identities of the manifests are identical but their contents are different.

Declaration
public const int STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT = -1072365540
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_MANIFEST_PARSE_ERROR

The manifest file contains one or more syntax errors.

Declaration
public const int STATUS_SXS_MANIFEST_PARSE_ERROR = -1072365562
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_MANIFEST_TOO_BIG

The size of the manifest exceeds the maximum allowed.

Declaration
public const int STATUS_SXS_MANIFEST_TOO_BIG = -1072365534
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_MULTIPLE_DEACTIVATION

The activation context being deactivated has already been deactivated.

Declaration
public const int STATUS_SXS_MULTIPLE_DEACTIVATION = -1072365551
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET

An attempt to set the process default activation context failed because the process default activation context was already set.

Declaration
public const int STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET = -1072365554
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_PROCESS_TERMINATION_REQUESTED

A component used by the isolation facility has requested to terminate the process.

Declaration
public const int STATUS_SXS_PROCESS_TERMINATION_REQUESTED = -1072365549
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_RELEASE_ACTIVATION_CONTEXT

A kernel mode component is releasing a reference on an activation context.

Declaration
public const int STATUS_SXS_RELEASE_ACTIVATION_CONTEXT = 1075118093
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_SECTION_NOT_FOUND

The requested section is not present in the activation context.

Declaration
public const int STATUS_SXS_SECTION_NOT_FOUND = -1072365567
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_SETTING_NOT_REGISTERED

The setting is not registered.

Declaration
public const int STATUS_SXS_SETTING_NOT_REGISTERED = -1072365533
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY

The activation context of system default assembly could not be generated.

Declaration
public const int STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY = -1072365550
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_THREAD_QUERIES_DISABLED

Lack of system resources has required isolated activation to be disabled for the current thread of execution.

Declaration
public const int STATUS_SXS_THREAD_QUERIES_DISABLED = -1072365557
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE

One or more required members of the transaction are not present.

Declaration
public const int STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE = -1072365532
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_VERSION_CONFLICT

A component version required by the application conflicts with another component version already active.

Declaration
public const int STATUS_SXS_VERSION_CONFLICT = -1072365559
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SXS_WRONG_SECTION_TYPE

The type requested activation context section does not match the query API used.

Declaration
public const int STATUS_SXS_WRONG_SECTION_TYPE = -1072365558
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYMLINK_CLASS_DISABLED

The symbolic link cannot be followed because its type is disabled.

Declaration
public const int STATUS_SYMLINK_CLASS_DISABLED = -1073740011
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYNCHRONIZATION_REQUIRED

The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.

Declaration
public const int STATUS_SYNCHRONIZATION_REQUIRED = -1073741516
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_DEVICE_NOT_FOUND

The requested system device cannot be found.

Declaration
public const int STATUS_SYSTEM_DEVICE_NOT_FOUND = -1073740718
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_HIVE_TOO_LARGE

System hive size has exceeded its limit.

Declaration
public const int STATUS_SYSTEM_HIVE_TOO_LARGE = -1073740946
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_IMAGE_BAD_SIGNATURE

{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.

Declaration
public const int STATUS_SYSTEM_IMAGE_BAD_SIGNATURE = -1073741103
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_INTEGRITY_INVALID_POLICY

The System Integrity policy is invalid.

Declaration
public const int STATUS_SYSTEM_INTEGRITY_INVALID_POLICY = -1058471933
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED

The System Integrity policy is either not signed or is signed by a non-trusted signer.

Declaration
public const int STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED = -1058471932
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION

System Integrity policy has been violated.

Declaration
public const int STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION = -1058471934
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED

System Integrity detected that policy rollback has been attempted.

Declaration
public const int STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED = -1058471935
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_NEEDS_REMEDIATION

An error in a system binary was detected. Try refreshing the PC to fix the problem.

Declaration
public const int STATUS_SYSTEM_NEEDS_REMEDIATION = -1073740674
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION

The system power state is transitioning from %2 to %3 but could enter %4.

Declaration
public const int STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION = 1073741873
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_POWERSTATE_TRANSITION

The system power state is transitioning from %2 to %3.

Declaration
public const int STATUS_SYSTEM_POWERSTATE_TRANSITION = 1073741871
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_PROCESS_TERMINATED

{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.

Declaration
public const int STATUS_SYSTEM_PROCESS_TERMINATED = -1073741286
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_SYSTEM_SHUTDOWN

The system is in the process of shutting down.

Declaration
public const int STATUS_SYSTEM_SHUTDOWN = -1073741077
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREAD_ALREADY_IN_SESSION

The specified thread is already in a session.

Declaration
public const int STATUS_THREAD_ALREADY_IN_SESSION = -1073740714
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREAD_ALREADY_IN_TASK

The specified thread is already joining a task.

Declaration
public const int STATUS_THREAD_ALREADY_IN_TASK = -1073740542
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREAD_IS_TERMINATING

An attempt was made to access a thread that has begun termination.

Declaration
public const int STATUS_THREAD_IS_TERMINATING = -1073741749
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREAD_NOT_IN_PROCESS

An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.

Declaration
public const int STATUS_THREAD_NOT_IN_PROCESS = -1073741526
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREAD_NOT_IN_SESSION

The specified thread is not in a session.

Declaration
public const int STATUS_THREAD_NOT_IN_SESSION = -1073740713
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREAD_WAS_SUSPENDED

{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.

Declaration
public const int STATUS_THREAD_WAS_SUSPENDED = 1073741825
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED

After a callback to 0x%p(0x%p), an completion call to FreeLibrary(%p) failed with status 0x%08x.

Declaration
public const int STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED = -1073740018
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREADPOOL_HANDLE_EXCEPTION

Status 0x%08x was returned, waiting on handle 0x%x for wait 0x%p, in waiter 0x%p.

Declaration
public const int STATUS_THREADPOOL_HANDLE_EXCEPTION = -1073740022
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED

After a callback to 0x%p(0x%p), a completion call to ReleaseMutex(%p) failed with status 0x%08x.

Declaration
public const int STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED = -1073740019
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED

After a callback to 0x%p(0x%p), a completion call to ReleaseSemaphore(0x%p, %d) failed with status 0x%08x.

Declaration
public const int STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED = -1073740020
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREADPOOL_RELEASED_DURING_OPERATION

The threadpool 0x%p was released while a thread was posting a callback to 0x%p(0x%p) to it.

Declaration
public const int STATUS_THREADPOOL_RELEASED_DURING_OPERATION = -1073740017
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED

After a callback to 0x%p(0x%p), a completion call to SetEvent(0x%p) failed with status 0x%08x.

Declaration
public const int STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED = -1073740021
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TIME_DIFFERENCE_AT_DC

The time at the Primary Domain Controller is different than the time at the Backup Domain Controller or member server by too large an amount.

Declaration
public const int STATUS_TIME_DIFFERENCE_AT_DC = -1073741517
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TIMEOUT

STATUS_TIMEOUT

Declaration
public const int STATUS_TIMEOUT = 258
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TIMER_NOT_CANCELED

An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.

Declaration
public const int STATUS_TIMER_NOT_CANCELED = -1073741812
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TIMER_RESOLUTION_NOT_SET

The timer resolution was not previously set by the current process.

Declaration
public const int STATUS_TIMER_RESOLUTION_NOT_SET = -1073741243
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TIMER_RESUME_IGNORED

The resumable flag to a timer API was ignored.

Declaration
public const int STATUS_TIMER_RESUME_IGNORED = 1073741861
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TM_IDENTITY_MISMATCH

The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument.

Declaration
public const int STATUS_TM_IDENTITY_MISMATCH = -1072103350
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TM_INITIALIZATION_FAILED

The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported.

Declaration
public const int STATUS_TM_INITIALIZATION_FAILED = -1072103420
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TM_VOLATILE

The operation could not be completed because the transaction manager does not have a log.

Declaration
public const int STATUS_TM_VOLATILE = -1072103365
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOKEN_ALREADY_IN_USE

An attempt was made to establish a token for use as a primary token but the token is already in use. A token can only be the primary token of one process at a time.

Declaration
public const int STATUS_TOKEN_ALREADY_IN_USE = -1073741525
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_LATE

A write operation was attempted to a volume after it was dismounted.

Declaration
public const int STATUS_TOO_LATE = -1073741431
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_ADDRESSES

The transport address could not be opened because all the available addresses are in use.

Declaration
public const int STATUS_TOO_MANY_ADDRESSES = -1073741303
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_COMMANDS

The network BIOS command limit has been reached.

Declaration
public const int STATUS_TOO_MANY_COMMANDS = -1073741631
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_CONTEXT_IDS

During a logon attempt, the user's security context accumulated too many security IDs. This is a very unusual situation. Remove the user from some global or local groups to reduce the number of security ids to incorporate into the security context.

Declaration
public const int STATUS_TOO_MANY_CONTEXT_IDS = -1073741478
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_GUIDS_REQUESTED

Too many GUIDs were requested from the allocation server at once.

Declaration
public const int STATUS_TOO_MANY_GUIDS_REQUESTED = -1073741694
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_LINKS

An attempt was made to create more links on a file than the file system supports.

Declaration
public const int STATUS_TOO_MANY_LINKS = -1073741211
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_LUIDS_REQUESTED

The number of LUIDs requested may not be allocated with a single allocation.

Declaration
public const int STATUS_TOO_MANY_LUIDS_REQUESTED = -1073741708
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_NAMES

The name limit for the local computer network adapter card was exceeded.

Declaration
public const int STATUS_TOO_MANY_NAMES = -1073741619
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_NODES

The transport cannot dynamically acquire any more nodes.

Declaration
public const int STATUS_TOO_MANY_NODES = -1073741298
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_OPENED_FILES

Too many files are opened on a remote server. This error should only be returned by the Windows redirector on a remote drive.

Declaration
public const int STATUS_TOO_MANY_OPENED_FILES = -1073741537
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_PAGING_FILES

An attempt was made to install more paging files than the system supports.

Declaration
public const int STATUS_TOO_MANY_PAGING_FILES = -1073741673
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_PRINCIPALS

The KDC reply contained more than one principal name.

Declaration
public const int STATUS_TOO_MANY_PRINCIPALS = -1073741065
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_SECRETS

The maximum number of secrets that may be stored in a single system has been exceeded. The length and number of secrets is limited to satisfy United States State Department export restrictions.

Declaration
public const int STATUS_TOO_MANY_SECRETS = -1073741482
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_SEGMENT_DESCRIPTORS

{Maximum Segment Descriptors Exceeded} The command specified a number of descriptors that exceeded the maximum supported by the device.

Declaration
public const int STATUS_TOO_MANY_SEGMENT_DESCRIPTORS = -1073740685
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_SESSIONS

The network BIOS session limit was exceeded.

Declaration
public const int STATUS_TOO_MANY_SESSIONS = -1073741618
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_SIDS

Too many Sids have been specified.

Declaration
public const int STATUS_TOO_MANY_SIDS = -1073741442
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TOO_MANY_THREADS

Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.

Declaration
public const int STATUS_TOO_MANY_THREADS = -1073741527
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_ACCESS_DENIED

The caller does not have the appropriate rights to perform the requested operation.

Declaration
public const int STATUS_TPM_ACCESS_DENIED = -1071050748
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_AREA_LOCKED

The NV area is locked and not writtable.

Declaration
public const int STATUS_TPM_AREA_LOCKED = -1071054788
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_AUDITFAIL_SUCCESSFUL

TPM audit construction failed and the underlying command was returning success.

Declaration
public const int STATUS_TPM_AUDITFAIL_SUCCESSFUL = -1071054799
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_AUDITFAIL_UNSUCCESSFUL

TPM audit construction failed and the underlying command was returning a failure code also.

Declaration
public const int STATUS_TPM_AUDITFAIL_UNSUCCESSFUL = -1071054800
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_AUDITFAILURE

An operation completed successfully but the auditing of that operation failed.

Declaration
public const int STATUS_TPM_AUDITFAILURE = -1071054844
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_AUTH_CONFLICT

NV_LoadKey blob requires both owner and blob authorization.

Declaration
public const int STATUS_TPM_AUTH_CONFLICT = -1071054789
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_AUTH2FAIL

The authorization for the second key in a 2 key function failed authorization.

Declaration
public const int STATUS_TPM_AUTH2FAIL = -1071054819
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_AUTHFAIL

Authentication failed.

Declaration
public const int STATUS_TPM_AUTHFAIL = -1071054847
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_ATTRIBUTES

The NV area attributes conflict.

Declaration
public const int STATUS_TPM_BAD_ATTRIBUTES = -1071054782
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_COUNTER

The counter handle is incorrect.

Declaration
public const int STATUS_TPM_BAD_COUNTER = -1071054779
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_DATASIZE

The size of the data (or blob) parameter is bad or inconsistent with the referenced key.

Declaration
public const int STATUS_TPM_BAD_DATASIZE = -1071054805
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_DELEGATE

Delegation is not correct.

Declaration
public const int STATUS_TPM_BAD_DELEGATE = -1071054759
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_HANDLE

The handle is incorrect.

Declaration
public const int STATUS_TPM_BAD_HANDLE = -1071054760
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_KEY_PROPERTY

The key properties in TPM_KEY_PARMs are not supported by this TPM.

Declaration
public const int STATUS_TPM_BAD_KEY_PROPERTY = -1071054808
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_LOCALITY

The locality is incorrect for the attempted operation.

Declaration
public const int STATUS_TPM_BAD_LOCALITY = -1071054787
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_MIGRATION

The migration properties of this key are incorrect.

Declaration
public const int STATUS_TPM_BAD_MIGRATION = -1071054807
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_MODE

A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, phsicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob.

Declaration
public const int STATUS_TPM_BAD_MODE = -1071054804
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_ORDINAL

The ordinal was unknown or inconsistent.

Declaration
public const int STATUS_TPM_BAD_ORDINAL = -1071054838
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_PARAM_SIZE

The paramSize argument to the command has the incorrect value .

Declaration
public const int STATUS_TPM_BAD_PARAM_SIZE = -1071054823
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_PARAMETER

One or more parameter is bad.

Declaration
public const int STATUS_TPM_BAD_PARAMETER = -1071054845
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_PRESENCE

Either the physicalPresence or physicalPresenceLock bits have the wrong value.

Declaration
public const int STATUS_TPM_BAD_PRESENCE = -1071054803
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_SCHEME

The signature or encryption scheme for this key is incorrect or not permitted in this situation.

Declaration
public const int STATUS_TPM_BAD_SCHEME = -1071054806
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_SIGNATURE

Bad signature of CMK ticket.

Declaration
public const int STATUS_TPM_BAD_SIGNATURE = -1071054750
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_TYPE

Make identity blob not properly typed.

Declaration
public const int STATUS_TPM_BAD_TYPE = -1071054796
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BAD_VERSION

The TPM cannot perform this version of the capability.

Declaration
public const int STATUS_TPM_BAD_VERSION = -1071054802
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BADCONTEXT

The context blob is invalid.

Declaration
public const int STATUS_TPM_BADCONTEXT = -1071054758
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BADINDEX

The index to a PCR, DIR or other register is incorrect.

Declaration
public const int STATUS_TPM_BADINDEX = -1071054846
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_BADTAG

The tag value sent to for a command is invalid.

Declaration
public const int STATUS_TPM_BADTAG = -1071054818
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_CLEAR_DISABLED

The clear disable flag is set and all clear operations now require physical access.

Declaration
public const int STATUS_TPM_CLEAR_DISABLED = -1071054843
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_COMMAND_BLOCKED

The command was blocked.

Declaration
public const int STATUS_TPM_COMMAND_BLOCKED = -1071053824
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_COMMAND_CANCELED

The command was cancelled.

Declaration
public const int STATUS_TPM_COMMAND_CANCELED = -1071050751
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_CONTEXT_GAP

The gap between saved context counts is too large.

Declaration
public const int STATUS_TPM_CONTEXT_GAP = -1071054777
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DAA_INPUT_DATA0

The consistency check on DAA parameter inputData0 has failed.

Declaration
public const int STATUS_TPM_DAA_INPUT_DATA0 = -1071054767
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DAA_INPUT_DATA1

The consistency check on DAA parameter inputData1 has failed.

Declaration
public const int STATUS_TPM_DAA_INPUT_DATA1 = -1071054766
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DAA_ISSUER_SETTINGS

The consistency check on DAA_issuerSettings has failed.

Declaration
public const int STATUS_TPM_DAA_ISSUER_SETTINGS = -1071054765
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DAA_ISSUER_VALIDITY

The issuer's validity check has detected an inconsistency.

Declaration
public const int STATUS_TPM_DAA_ISSUER_VALIDITY = -1071054762
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DAA_RESOURCES

The DAA command has no resources availble to execute the command.

Declaration
public const int STATUS_TPM_DAA_RESOURCES = -1071054768
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DAA_STAGE

The atomic process indicated by the submitted DAA command is not the expected process.

Declaration
public const int STATUS_TPM_DAA_STAGE = -1071054763
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DAA_TPM_SETTINGS

The consistency check on DAA_tpmSpecific has failed.

Declaration
public const int STATUS_TPM_DAA_TPM_SETTINGS = -1071054764
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DAA_WRONG_W

The consistency check on w has failed.

Declaration
public const int STATUS_TPM_DAA_WRONG_W = -1071054761
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DEACTIVATED

Activate the Trusted Platform Module (TPM).

Declaration
public const int STATUS_TPM_DEACTIVATED = -1071054842
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DECRYPT_ERROR

The decryption process did not complete.

Declaration
public const int STATUS_TPM_DECRYPT_ERROR = -1071054815
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DEFEND_LOCK_RUNNING

The TPM is defending against dictionary attacks and is in a time-out period.

Declaration
public const int STATUS_TPM_DEFEND_LOCK_RUNNING = -1071052797
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DELEGATE_ADMIN

Delegation table management not enabled.

Declaration
public const int STATUS_TPM_DELEGATE_ADMIN = -1071054771
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DELEGATE_FAMILY

Attempt to manage a family other then the delegated family.

Declaration
public const int STATUS_TPM_DELEGATE_FAMILY = -1071054772
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DELEGATE_LOCK

The delegate administration is locked.

Declaration
public const int STATUS_TPM_DELEGATE_LOCK = -1071054773
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DISABLED

Enable the Trusted Platform Module (TPM).

Declaration
public const int STATUS_TPM_DISABLED = -1071054841
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DISABLED_CMD

The target command has been disabled.

Declaration
public const int STATUS_TPM_DISABLED_CMD = -1071054840
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DOING_SELFTEST

The TPM is currently executing a full selftest.

Declaration
public const int STATUS_TPM_DOING_SELFTEST = -1071052798
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_DUPLICATE_VHANDLE

The TPM returned a duplicate handle and the command needs to be resubmitted.

Declaration
public const int STATUS_TPM_DUPLICATE_VHANDLE = -1071053822
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_EMBEDDED_COMMAND_BLOCKED

The command within the transport was blocked.

Declaration
public const int STATUS_TPM_EMBEDDED_COMMAND_BLOCKED = -1071053821
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED

The command within the transport is not supported.

Declaration
public const int STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED = -1071053820
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_ENCRYPT_ERROR

The encryption process had a problem.

Declaration
public const int STATUS_TPM_ENCRYPT_ERROR = -1071054816
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_ERROR_MASK

This is an error mask to convert TPM hardware errors to win errors.

Declaration
public const int STATUS_TPM_ERROR_MASK = -1071054848
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_FAIL

The operation failed.

Declaration
public const int STATUS_TPM_FAIL = -1071054839
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_FAILEDSELFTEST

The TPM hardware device reported a failure during its internal self test. Try restarting the computer to resolve the problem. If the problem continues, you might need to replace your TPM hardware or motherboard.

Declaration
public const int STATUS_TPM_FAILEDSELFTEST = -1071054820
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_FAMILYCOUNT

The family count value does not match.

Declaration
public const int STATUS_TPM_FAMILYCOUNT = -1071054784
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INAPPROPRIATE_ENC

Unacceptable encryption scheme.

Declaration
public const int STATUS_TPM_INAPPROPRIATE_ENC = -1071054834
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INAPPROPRIATE_SIG

Signed data cannot include additional DER information.

Declaration
public const int STATUS_TPM_INAPPROPRIATE_SIG = -1071054809
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INSTALL_DISABLED

The ability to install an owner is disabled.

Declaration
public const int STATUS_TPM_INSTALL_DISABLED = -1071054837
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INSUFFICIENT_BUFFER

The caller does not have the appropriate rights to perform the requested operation.

Declaration
public const int STATUS_TPM_INSUFFICIENT_BUFFER = -1071050747
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INVALID_AUTHHANDLE

An invalid handle was used.

Declaration
public const int STATUS_TPM_INVALID_AUTHHANDLE = -1071054814
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INVALID_FAMILY

The command is attempting to use an invalid family ID.

Declaration
public const int STATUS_TPM_INVALID_FAMILY = -1071054793
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INVALID_HANDLE

The specified handle was not found.

Declaration
public const int STATUS_TPM_INVALID_HANDLE = -1071053823
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INVALID_KEYHANDLE

The key handle cannot be interpreted.

Declaration
public const int STATUS_TPM_INVALID_KEYHANDLE = -1071054836
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INVALID_KEYUSAGE

The usage of a key is not allowed.

Declaration
public const int STATUS_TPM_INVALID_KEYUSAGE = -1071054812
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INVALID_PCR_INFO

PCR information could not be interpreted.

Declaration
public const int STATUS_TPM_INVALID_PCR_INFO = -1071054832
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INVALID_POSTINIT

The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup.

Declaration
public const int STATUS_TPM_INVALID_POSTINIT = -1071054810
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INVALID_RESOURCE

When saving context identified resource type does not match actual resource.

Declaration
public const int STATUS_TPM_INVALID_RESOURCE = -1071054795
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_INVALID_STRUCTURE

The structure tag and version are invalid or inconsistent.

Declaration
public const int STATUS_TPM_INVALID_STRUCTURE = -1071054781
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_IOERROR

An IO error occurred transmitting information to the TPM.

Declaration
public const int STATUS_TPM_IOERROR = -1071054817
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_KEY_NOTSUPPORTED

Wrong operation to load an NV key.

Declaration
public const int STATUS_TPM_KEY_NOTSUPPORTED = -1071054790
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_KEY_OWNER_CONTROL

The key is under control of the TPM Owner and can only be evicted by the TPM Owner.

Declaration
public const int STATUS_TPM_KEY_OWNER_CONTROL = -1071054780
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_KEYNOTFOUND

The key handle points to an invalid key.

Declaration
public const int STATUS_TPM_KEYNOTFOUND = -1071054835
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_MA_AUTHORITY

Incorrect migration authority.

Declaration
public const int STATUS_TPM_MA_AUTHORITY = -1071054753
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_MA_DESTINATION

Migration destination not authenticated.

Declaration
public const int STATUS_TPM_MA_DESTINATION = -1071054755
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_MA_SOURCE

Migration source incorrect.

Declaration
public const int STATUS_TPM_MA_SOURCE = -1071054754
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_MA_TICKET_SIGNATURE

Migration authority signature validation failure.

Declaration
public const int STATUS_TPM_MA_TICKET_SIGNATURE = -1071054756
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_MAXNVWRITES

The maximum number of NV writes without an owner has been exceeded.

Declaration
public const int STATUS_TPM_MAXNVWRITES = -1071054776
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_MIGRATEFAIL

Migration authorization failed.

Declaration
public const int STATUS_TPM_MIGRATEFAIL = -1071054833
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NEEDS_SELFTEST

SelfTestFull has not been run.

Declaration
public const int STATUS_TPM_NEEDS_SELFTEST = -1071052799
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NO_ENDORSEMENT

The TPM does not have an Endorsement Key (EK) installed.

Declaration
public const int STATUS_TPM_NO_ENDORSEMENT = -1071054813
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NO_NV_PERMISSION

The permission to manipulate the NV storage is not available.

Declaration
public const int STATUS_TPM_NO_NV_PERMISSION = -1071054792
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NO_WRAP_TRANSPORT

The TPM does not allow for wrapped transport sessions.

Declaration
public const int STATUS_TPM_NO_WRAP_TRANSPORT = -1071054801
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NOCONTEXTSPACE

There is no room in the context list for additional contexts.

Declaration
public const int STATUS_TPM_NOCONTEXTSPACE = -1071054749
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NOOPERATOR

No operator AuthData value is set.

Declaration
public const int STATUS_TPM_NOOPERATOR = -1071054775
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NOSPACE

No room to load key.

Declaration
public const int STATUS_TPM_NOSPACE = -1071054831
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NOSRK

There is no Storage Root Key (SRK) set.

Declaration
public const int STATUS_TPM_NOSRK = -1071054830
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NOT_FOUND

TPM driver is not compatible with the version of TPM found on the system.

Declaration
public const int STATUS_TPM_NOT_FOUND = -1071050749
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NOT_FULLWRITE

The write is not a complete write of the area.

Declaration
public const int STATUS_TPM_NOT_FULLWRITE = -1071054778
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NOTFIPS

The TPM is attempting to execute a command only available when in FIPS mode.

Declaration
public const int STATUS_TPM_NOTFIPS = -1071054794
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NOTLOCAL

Attempt to reset a PCR register that requires locality and locality modifier not part of command transport.

Declaration
public const int STATUS_TPM_NOTLOCAL = -1071054797
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NOTRESETABLE

Attempt to reset a PCR register that does not have the resettable attribute.

Declaration
public const int STATUS_TPM_NOTRESETABLE = -1071054798
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_NOTSEALED_BLOB

An encrypted blob is invalid or was not created by this TPM.

Declaration
public const int STATUS_TPM_NOTSEALED_BLOB = -1071054829
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_OWNER_CONTROL

Attempt to context save a owner evict controlled key.

Declaration
public const int STATUS_TPM_OWNER_CONTROL = -1071054769
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_OWNER_SET

The Trusted Platform Module (TPM) already has an owner.

Declaration
public const int STATUS_TPM_OWNER_SET = -1071054828
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_PER_NOWRITE

There is no protection on the write to the NV area.

Declaration
public const int STATUS_TPM_PER_NOWRITE = -1071054785
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_PERMANENTEK

Attempt to revoke the EK and the EK is not revocable.

Declaration
public const int STATUS_TPM_PERMANENTEK = -1071054751
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_PPI_FUNCTION_UNSUPPORTED

The Physical Presence Interface of this firmware does not support the requested method.

Declaration
public const int STATUS_TPM_PPI_FUNCTION_UNSUPPORTED = -1071050746
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_READ_ONLY

The NV area is read only and can't be written to.

Declaration
public const int STATUS_TPM_READ_ONLY = -1071054786
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_REQUIRES_SIGN

The operation requires a signed command.

Declaration
public const int STATUS_TPM_REQUIRES_SIGN = -1071054791
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_RESOURCEMISSING

The resource pointed to by context is not loaded.

Declaration
public const int STATUS_TPM_RESOURCEMISSING = -1071054774
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_RESOURCES

The TPM has insufficient internal resources to perform the requested action.

Declaration
public const int STATUS_TPM_RESOURCES = -1071054827
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_RETRY

The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time.

Declaration
public const int STATUS_TPM_RETRY = -1071052800
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_SHA_ERROR

The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error.

Declaration
public const int STATUS_TPM_SHA_ERROR = -1071054821
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_SHA_THREAD

There is no existing SHA-1 thread.

Declaration
public const int STATUS_TPM_SHA_THREAD = -1071054822
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_SHORTRANDOM

A random string was too short.

Declaration
public const int STATUS_TPM_SHORTRANDOM = -1071054826
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_SIZE

The TPM does not have the space to perform the operation.

Declaration
public const int STATUS_TPM_SIZE = -1071054825
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_TOO_MANY_CONTEXTS

A new TPM context could not be created because there are too many open contexts.

Declaration
public const int STATUS_TPM_TOO_MANY_CONTEXTS = -1071050750
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_TOOMANYCONTEXTS

Too many contexts held by the TPM.

Declaration
public const int STATUS_TPM_TOOMANYCONTEXTS = -1071054757
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_TRANSPORT_NOTEXCLUSIVE

There was a command executed outside of an exclusive transport session.

Declaration
public const int STATUS_TPM_TRANSPORT_NOTEXCLUSIVE = -1071054770
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_WRITE_LOCKED

The NV area has already been written to.

Declaration
public const int STATUS_TPM_WRITE_LOCKED = -1071054783
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_WRONG_ENTITYTYPE

The submitted entity type is not allowed.

Declaration
public const int STATUS_TPM_WRONG_ENTITYTYPE = -1071054811
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_WRONGPCRVAL

The named PCR value does not match the current PCR value.

Declaration
public const int STATUS_TPM_WRONGPCRVAL = -1071054824
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TPM_ZERO_EXHAUST_ENABLED

TPM related network operations are blocked as Zero Exhaust mode is enabled on client.

Declaration
public const int STATUS_TPM_ZERO_EXHAUST_ENABLED = -1071038464
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE

Memory mapping (creating a mapped section) a remote file under a transaction is not supported.

Declaration
public const int STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE = -1072103360
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_ABORTED

The transport aborted a pending transaction.

Declaration
public const int STATUS_TRANSACTION_ABORTED = -1073741297
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_ALREADY_ABORTED

It is too late to perform the requested operation, since the Transaction has already been aborted.

Declaration
public const int STATUS_TRANSACTION_ALREADY_ABORTED = -1072103403
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_ALREADY_COMMITTED

It is too late to perform the requested operation, since the Transaction has already been committed.

Declaration
public const int STATUS_TRANSACTION_ALREADY_COMMITTED = -1072103402
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_FREEZE_IN_PROGRESS

Transactions cannot be frozen because a freeze is already in progress.

Declaration
public const int STATUS_TRANSACTION_FREEZE_IN_PROGRESS = -1072103354
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_INTEGRITY_VIOLATED

The kernel transaction manager had to abort or forget the transaction because it blocked forward progress.

Declaration
public const int STATUS_TRANSACTION_INTEGRITY_VIOLATED = -1072103333
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_INVALID_ID

The transport does not recognized the transaction request identifier specified.

Declaration
public const int STATUS_TRANSACTION_INVALID_ID = -1073741292
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER

The buffer passed in to NtPushTransaction or NtPullTransaction is not in a valid format.

Declaration
public const int STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER = -1072103401
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_INVALID_TYPE

The transport does not recognize the transaction request type specified.

Declaration
public const int STATUS_TRANSACTION_INVALID_TYPE = -1073741291
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_MUST_WRITETHROUGH

The transaction cannot be enlisted on with the specified EnlistmentMask, because the transaction has already completed the PrePrepare phase. In order to ensure correctness, the ResourceManager must switch to a write-through mode and cease caching data within this transaction. Enlisting for only subsequent transaction phases may still succeed.

Declaration
public const int STATUS_TRANSACTION_MUST_WRITETHROUGH = -1072103330
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_NO_MATCH

The transport did not find a transaction matching the specific token.

Declaration
public const int STATUS_TRANSACTION_NO_MATCH = -1073741294
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_NO_RELEASE

The transport did not receive a release for a pending response.

Declaration
public const int STATUS_TRANSACTION_NO_RELEASE = -1073741295
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_NO_SUPERIOR

The transaction does not have a superior enlistment.

Declaration
public const int STATUS_TRANSACTION_NO_SUPERIOR = -1072103329
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_NOT_ACTIVE

The requested operation was made in the context of a transaction that is no longer active.

Declaration
public const int STATUS_TRANSACTION_NOT_ACTIVE = -1072103421
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_NOT_ENLISTED

The specified operation could not be performed because the resource manager is not enlisted in the transaction.

Declaration
public const int STATUS_TRANSACTION_NOT_ENLISTED = -1072103327
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_NOT_FOUND

The specified Transaction was unable to be opened, because it was not found.

Declaration
public const int STATUS_TRANSACTION_NOT_FOUND = -1072103346
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_NOT_JOINED

The resource manager has attempted to prepare a transaction that it has not successfully joined.

Declaration
public const int STATUS_TRANSACTION_NOT_JOINED = -1072103417
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_NOT_REQUESTED

The caller has called a response API, but the response is not expected because the TM did not issue the corresponding request to the caller.

Declaration
public const int STATUS_TRANSACTION_NOT_REQUESTED = -1072103404
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_NOT_ROOT

The call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transaction can be enlisted on as a superior.

Declaration
public const int STATUS_TRANSACTION_NOT_ROOT = -1072103340
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_OBJECT_EXPIRED

Because the associated transaction manager or resource manager has been closed, the handle is no longer valid.

Declaration
public const int STATUS_TRANSACTION_OBJECT_EXPIRED = -1072103339
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_PROPAGATION_FAILED

The attempt to propagate the Transaction failed.

Declaration
public const int STATUS_TRANSACTION_PROPAGATION_FAILED = -1072103408
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_RECORD_TOO_LONG

The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long.

Declaration
public const int STATUS_TRANSACTION_RECORD_TOO_LONG = -1072103336
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_REQUEST_NOT_VALID

The requested operation is not valid on the Transaction object in its current state.

Declaration
public const int STATUS_TRANSACTION_REQUEST_NOT_VALID = -1072103405
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_REQUIRED_PROMOTION

Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it.

Declaration
public const int STATUS_TRANSACTION_REQUIRED_PROMOTION = -1072103357
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_RESPONDED

The transport had previously responded to a transaction request.

Declaration
public const int STATUS_TRANSACTION_RESPONDED = -1073741293
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED

The specified operation could not be performed on this Superior enlistment, because the enlistment was not created with the corresponding completion response in the NotificationMask.

Declaration
public const int STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED = -1072103337
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET

A transaction scope could not be entered because the scope handler has not been initialized.

Declaration
public const int STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET = -2145845182
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_SUPERIOR_EXISTS

The Transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allowed.

Declaration
public const int STATUS_TRANSACTION_SUPERIOR_EXISTS = -1072103406
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTION_TIMED_OUT

The transport timed out a request waiting for a response.

Declaration
public const int STATUS_TRANSACTION_TIMED_OUT = -1073741296
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTIONAL_CONFLICT

The function attempted to use a name that is reserved for use by another transaction.

Declaration
public const int STATUS_TRANSACTIONAL_CONFLICT = -1072103423
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED

This object is not allowed to be opened in a transaction.

Declaration
public const int STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED = -1072103361
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH

The TransactionManager identity that was supplied did not match the one recorded in the TransactionManager's log file.

Declaration
public const int STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH = -1072103332
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTIONMANAGER_NOT_FOUND

The specified TransactionManager was unable to be opened, because it was not found.

Declaration
public const int STATUS_TRANSACTIONMANAGER_NOT_FOUND = -1072103343
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTIONMANAGER_NOT_ONLINE

The object specified could not be created or opened, because its associated TransactionManager is not online. The TransactionManager must be brought fully Online by calling RecoverTransactionManager to recover to the end of its LogFile before objects in its Transaction or ResourceManager namespaces can be opened. In addition, errors in writing records to its LogFile can cause a TransactionManager to go offline.

Declaration
public const int STATUS_TRANSACTIONMANAGER_NOT_ONLINE = -1072103342
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION

The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore, the TransactionManager was unable to recover.

Declaration
public const int STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION = -1072103341
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTIONS_NOT_FROZEN

The request to thaw frozen transactions was ignored because transactions had not previously been frozen.

Declaration
public const int STATUS_TRANSACTIONS_NOT_FROZEN = -1072103355
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE

The remote server or share does not support transacted file operations.

Declaration
public const int STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE = -1072103414
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSLATION_COMPLETE

The translator has translated these resources into the global space and no further translations should be performed.

Declaration
public const int STATUS_TRANSLATION_COMPLETE = 288
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRANSPORT_FULL

The medium changer's transport element contains media, which is causing the operation to fail.

Declaration
public const int STATUS_TRANSPORT_FULL = -1073741110
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE

A write to executable memory was triggered cross-process to a process that is managing such operations.

Declaration
public const int STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE = -1073739994
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRIM_READ_ZERO_NOT_SUPPORTED

{LogicalBlockProvisioningReadZero Not Supported} The target device does not support read returning zeros from trimmed/unmapped blocks.

Declaration
public const int STATUS_TRIM_READ_ZERO_NOT_SUPPORTED = -1073740686
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRUST_FAILURE

The network logon failed. This may be because the validation authority can't be reached.

Declaration
public const int STATUS_TRUST_FAILURE = -1073741424
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRUSTED_DOMAIN_FAILURE

The logon request failed because the trust relationship between the primary domain and the trusted domain failed.

Declaration
public const int STATUS_TRUSTED_DOMAIN_FAILURE = -1073741428
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TRUSTED_RELATIONSHIP_FAILURE

The logon request failed because the trust relationship between this workstation and the primary domain failed.

Declaration
public const int STATUS_TRUSTED_RELATIONSHIP_FAILURE = -1073741427
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TS_INCOMPATIBLE_SESSIONS

The target session is incompatible with the current session.

Declaration
public const int STATUS_TS_INCOMPATIBLE_SESSIONS = -1073086407
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TS_VIDEO_SUBSYSTEM_ERROR

Windows can't connect to your session because a problem occurred in the Windows video subsystem. Try connecting again later, or contact the server administrator for assistance.

Declaration
public const int STATUS_TS_VIDEO_SUBSYSTEM_ERROR = -1073086406
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TXF_ATTRIBUTE_CORRUPT

The transactional metadata attribute on the file or directory %hs is corrupt and unreadable.

Declaration
public const int STATUS_TXF_ATTRIBUTE_CORRUPT = -1072103363
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TXF_DIR_NOT_EMPTY

The $Txf directory must be empty for this operation to succeed.

Declaration
public const int STATUS_TXF_DIR_NOT_EMPTY = -1072103367
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_TXF_METADATA_ALREADY_PRESENT

Transaction metadata is already present on this file and cannot be superseded.

Declaration
public const int STATUS_TXF_METADATA_ALREADY_PRESENT = -2145845183
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNABLE_TO_DECOMMIT_VM

An attempt was made to decommit uncommitted virtual memory.

Declaration
public const int STATUS_UNABLE_TO_DECOMMIT_VM = -1073741780
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNABLE_TO_DELETE_SECTION

Specified section cannot be deleted.

Declaration
public const int STATUS_UNABLE_TO_DELETE_SECTION = -1073741797
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNABLE_TO_FREE_VM

Virtual memory cannot be freed.

Declaration
public const int STATUS_UNABLE_TO_FREE_VM = -1073741798
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNABLE_TO_LOCK_MEDIA

Attempt to lock the eject media mechanism fails.

Declaration
public const int STATUS_UNABLE_TO_LOCK_MEDIA = -1073741451
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNABLE_TO_UNLOAD_MEDIA

Unload media fails.

Declaration
public const int STATUS_UNABLE_TO_UNLOAD_MEDIA = -1073741450
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNDEFINED_CHARACTER

The Unicode character is not defined in the Unicode character set installed on the system.

Declaration
public const int STATUS_UNDEFINED_CHARACTER = -1073741469
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNDEFINED_SCOPE

The Central Access Policy specified is not defined on the target machine.

Declaration
public const int STATUS_UNDEFINED_SCOPE = -1073740540
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNEXPECTED_IO_ERROR

If an I/O error is returned which is not defined in the standard FsRtl filter, it is converted to the following error which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.

Declaration
public const int STATUS_UNEXPECTED_IO_ERROR = -1073741591
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNEXPECTED_MM_CREATE_ERR

If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.

Declaration
public const int STATUS_UNEXPECTED_MM_CREATE_ERR = -1073741590
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNEXPECTED_MM_EXTEND_ERR

If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.

Declaration
public const int STATUS_UNEXPECTED_MM_EXTEND_ERR = -1073741588
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNEXPECTED_MM_MAP_ERROR

If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.

Declaration
public const int STATUS_UNEXPECTED_MM_MAP_ERROR = -1073741589
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNEXPECTED_NETWORK_ERROR

An unexpected network error occurred.

Declaration
public const int STATUS_UNEXPECTED_NETWORK_ERROR = -1073741628
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNFINISHED_CONTEXT_DELETED

A security context was deleted before the context was completed. This is considered a logon failure.

Declaration
public const int STATUS_UNFINISHED_CONTEXT_DELETED = -1073741074
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNHANDLED_EXCEPTION

{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%p.

Declaration
public const int STATUS_UNHANDLED_EXCEPTION = -1073741500
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNKNOWN_REVISION

Indicates a revision number encountered or specified is not one known by the service. It may be a more recent revision than the service is aware of.

Declaration
public const int STATUS_UNKNOWN_REVISION = -1073741736
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNMAPPABLE_CHARACTER

No mapping for the Unicode character exists in the target multi-byte code page.

Declaration
public const int STATUS_UNMAPPABLE_CHARACTER = -1073741470
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNRECOGNIZED_MEDIA

{Unknown Disk Format} The disk in drive %hs is not formatted properly. Please check the disk, and reformat if necessary.

Declaration
public const int STATUS_UNRECOGNIZED_MEDIA = -1073741804
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNRECOGNIZED_VOLUME

The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupt.

Declaration
public const int STATUS_UNRECOGNIZED_VOLUME = -1073741489
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNSUCCESSFUL

{Operation Failed} The requested operation was unsuccessful.

Declaration
public const int STATUS_UNSUCCESSFUL = -1073741823
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNSUPPORTED_COMPRESSION

The specified compression format is unsupported.

Declaration
public const int STATUS_UNSUPPORTED_COMPRESSION = -1073741217
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNSUPPORTED_PREAUTH

An unsupported preauthentication mechanism was presented to the Kerberos package.

Declaration
public const int STATUS_UNSUPPORTED_PREAUTH = -1073740975
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNWIND

Unwind exception code.

Declaration
public const int STATUS_UNWIND = -1073741785
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_UNWIND_CONSOLIDATE

A frame consolidation has been executed.

Declaration
public const int STATUS_UNWIND_CONSOLIDATE = -2147483607
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_USER_APC

STATUS_USER_APC

Declaration
public const int STATUS_USER_APC = 192
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED

The current user's delegated trust deletion quota has been exceeded.

Declaration
public const int STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED = -1073740797
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_USER_EXISTS

The specified account already exists.

Declaration
public const int STATUS_USER_EXISTS = -1073741725
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_USER_MAPPED_FILE

The requested operation cannot be performed on a file with a user mapped section open.

Declaration
public const int STATUS_USER_MAPPED_FILE = -1073741245
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_USER_SESSION_DELETED

The remote user session has been deleted.

Declaration
public const int STATUS_USER_SESSION_DELETED = -1073741309
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_USER2USER_REQUIRED

Kerberos sub-protocol User2User is required.

Declaration
public const int STATUS_USER2USER_REQUIRED = -1073740792
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VALID_CATALOG_HASH

The file catalog hash is valid.

Declaration
public const int STATUS_VALID_CATALOG_HASH = 301
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VALID_IMAGE_HASH

The file image hash is valid.

Declaration
public const int STATUS_VALID_IMAGE_HASH = 300
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VALID_STRONG_CODE_HASH

The file hash is valid and uses strong code integrity.

Declaration
public const int STATUS_VALID_STRONG_CODE_HASH = 302
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VALIDATE_CONTINUE

The validation process needs to continue on to the next step.

Declaration
public const int STATUS_VALIDATE_CONTINUE = -1073741199
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VARIABLE_NOT_FOUND

Indicates the specified environment variable name was not found in the specified environment block.

Declaration
public const int STATUS_VARIABLE_NOT_FOUND = -1073741568
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VDM_DISALLOWED

%hs is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.

Declaration
public const int STATUS_VDM_DISALLOWED = -1073740780
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VDM_HARD_ERROR

NTVDM encountered a hard error.

Declaration
public const int STATUS_VDM_HARD_ERROR = -1073741283
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VERIFIER_STOP

Application verifier has found an error in the current process.

Declaration
public const int STATUS_VERIFIER_STOP = -1073740767
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VERIFY_REQUIRED

{Verifying Disk} The media has changed and a verify operation is in progress so no reads or writes may be performed to the device, except those used in the verify operation.

Declaration
public const int STATUS_VERIFY_REQUIRED = -2147483626
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE

The size of the virtual disk cannot be safely reduced further.

Declaration
public const int STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE = -1069940685
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_BITMAP_MISMATCH

The virtual hard disk is corrupted. The block bitmap does not match with the block data present in the virtual hard disk.

Declaration
public const int STATUS_VHD_BITMAP_MISMATCH = -1069940724
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_BLOCK_ALLOCATION_FAILURE

Failed to write to the virtual hard disk failed because the system failed to allocate a new block in the virtual hard disk.

Declaration
public const int STATUS_VHD_BLOCK_ALLOCATION_FAILURE = -1069940727
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT

The virtual hard disk is corrupted. The block allocation table in the virtual hard disk is corrupt.

Declaration
public const int STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT = -1069940726
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_CHANGE_TRACKING_DISABLED

Change tracking is disabled for the specified virtual hard disk, so no change tracking information is available.

Declaration
public const int STATUS_VHD_CHANGE_TRACKING_DISABLED = -1069940694
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_CHILD_PARENT_ID_MISMATCH

The chain of virtual hard disks is corrupted. There is a mismatch in the identifiers of the parent virtual hard disk and differencing disk.

Declaration
public const int STATUS_VHD_CHILD_PARENT_ID_MISMATCH = -1069940722
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH

The chain of virtual hard disks is corrupted. There is a mismatch in the virtual sizes of the parent virtual hard disk and differencing disk.

Declaration
public const int STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH = -1069940713
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH

The chain of virtual hard disks is corrupted. The time stamp of the parent virtual hard disk does not match the time stamp of the differencing disk.

Declaration
public const int STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH = -1069940721
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE

The minimum safe size of the virtual disk could not be determined. This may be due to a missing or corrupt partition table.

Declaration
public const int STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE = -1069940686
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED

The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain.

Declaration
public const int STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED = -1069940712
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT

The chain of virtual hard disks is inaccessible. There was an error opening a virtual hard disk further up the chain.

Declaration
public const int STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT = -1069940711
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH

The virtual hard disk is corrupted. The virtual hard disk drive footer checksum does not match the on-disk checksum.

Declaration
public const int STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH = -1069940734
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_DRIVE_FOOTER_CORRUPT

The virtual hard disk is corrupted. The virtual hard disk drive footer in the virtual hard disk is corrupted.

Declaration
public const int STATUS_VHD_DRIVE_FOOTER_CORRUPT = -1069940733
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_DRIVE_FOOTER_MISSING

The virtual hard disk is corrupted. The virtual hard disk drive footer is missing.

Declaration
public const int STATUS_VHD_DRIVE_FOOTER_MISSING = -1069940735
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_FORMAT_UNKNOWN

The system does not recognize the file format of this virtual hard disk.

Declaration
public const int STATUS_VHD_FORMAT_UNKNOWN = -1069940732
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_FORMAT_UNSUPPORTED_VERSION

The version does not support this version of the file format.

Declaration
public const int STATUS_VHD_FORMAT_UNSUPPORTED_VERSION = -1069940731
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_INVALID_BLOCK_SIZE

The system does not support this version of the virtual hard disk. The block size is invalid.

Declaration
public const int STATUS_VHD_INVALID_BLOCK_SIZE = -1069940725
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_INVALID_CHANGE_TRACKING_ID

The specified change tracking identifier is not valid.

Declaration
public const int STATUS_VHD_INVALID_CHANGE_TRACKING_ID = -1069940695
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_INVALID_FILE_SIZE

The file size of this virtual hard disk is not valid.

Declaration
public const int STATUS_VHD_INVALID_FILE_SIZE = -1069940717
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_INVALID_SIZE

The size of the virtual hard disk is not valid.

Declaration
public const int STATUS_VHD_INVALID_SIZE = -1069940718
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_INVALID_STATE

The requested operation cannot be performed on the virtual disk in its current state.

Declaration
public const int STATUS_VHD_INVALID_STATE = -1069940708
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_INVALID_TYPE

The requested operation cannot be performed on a virtual disk of this type.

Declaration
public const int STATUS_VHD_INVALID_TYPE = -1069940709
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_METADATA_FULL

There is not enough space in the virtual disk file for the provided metadata item.

Declaration
public const int STATUS_VHD_METADATA_FULL = -1069940696
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_METADATA_READ_FAILURE

Failed to read the metadata of the virtual hard disk.

Declaration
public const int STATUS_VHD_METADATA_READ_FAILURE = -1069940720
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_METADATA_WRITE_FAILURE

Failed to write to the metadata of the virtual hard disk.

Declaration
public const int STATUS_VHD_METADATA_WRITE_FAILURE = -1069940719
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION

There is no change tracking data available associated with the specified change tracking identifier.

Declaration
public const int STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION = -1069940688
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_PARENT_VHD_ACCESS_DENIED

The chain of virtual hard disks is inaccessible. The process has not been granted access rights to the parent virtual hard disk for the differencing disk.

Declaration
public const int STATUS_VHD_PARENT_VHD_ACCESS_DENIED = -1069940714
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_PARENT_VHD_NOT_FOUND

The chain of virtual hard disks is broken. The system cannot locate the parent virtual hard disk for the differencing disk.

Declaration
public const int STATUS_VHD_PARENT_VHD_NOT_FOUND = -1069940723
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA

The requested resize operation might truncate user data residing on the virtual disk.

Declaration
public const int STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA = -1069940687
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_SHARED

The requested operation cannot be performed on the virtual disk as it is currently used in shared mode.

Declaration
public const int STATUS_VHD_SHARED = -1067647222
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH

The virtual hard disk is corrupted. The sparse header checksum does not match the on-disk checksum.

Declaration
public const int STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH = -1069940730
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_SPARSE_HEADER_CORRUPT

The virtual hard disk is corrupted. The sparse header in the virtual hard disk is corrupt.

Declaration
public const int STATUS_VHD_SPARSE_HEADER_CORRUPT = -1069940728
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION

The system does not support this version of the virtual hard disk.This version of the sparse header is not supported.

Declaration
public const int STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION = -1069940729
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND

The requested operation failed due to a missing backing storage file.

Declaration
public const int STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND = -1067647220
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED

Cannot unlock the page array for the guest operating system memory address because it does not match a previous lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED = -1070137330
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_DUPLICATE_HANDLER

The handler for the virtualization infrastructure driver is already registered. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_DUPLICATE_HANDLER = -1070137343
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT

The maximum number of kernel mode clients for the virtualization infrastructure driver has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT = -1070137314
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT

The memory block page for the virtualization infrastructure driver cannot be mapped because the page map limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT = -1070137332
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_HANDLER_NOT_PRESENT

No handler exists to handle the message for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_HANDLER_NOT_PRESENT = -1070137340
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_INVALID_CHILD_GPA_PAGE_SET

The lock or unlock request uses an invalid guest operating system memory address. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_INVALID_CHILD_GPA_PAGE_SET = -1070137310
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_INVALID_GPA_RANGE_HANDLE

The handle is not a valid page range handle for the virtualization infrastructure driver.

Declaration
public const int STATUS_VID_INVALID_GPA_RANGE_HANDLE = -1070137323
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE

The handle is not a valid memory block handle for the virtualization infrastructure driver.

Declaration
public const int STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE = -1070137326
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE

The handle is not a valid message queue handle for the virtualization infrastructure driver.

Declaration
public const int STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE = -1070137324
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_INVALID_NUMA_NODE_INDEX

The non-uniform memory access (NUMA) node index does not match a valid index in the system NUMA topology.

Declaration
public const int STATUS_VID_INVALID_NUMA_NODE_INDEX = -1070137328
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_INVALID_NUMA_SETTINGS

The non-uniform memory access (NUMA) node settings do not match the system NUMA topology. In order to start the virtual machine, you will need to modify the NUMA configuration.

Declaration
public const int STATUS_VID_INVALID_NUMA_SETTINGS = -1070137329
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_INVALID_OBJECT_NAME

The name of the partition or message queue for the virtualization infrastructure driver is invalid. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_INVALID_OBJECT_NAME = -1070137339
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_INVALID_PPM_HANDLE

The handle is not a valid parent partition mapping handle for the virtualization infrastructure driver.

Declaration
public const int STATUS_VID_INVALID_PPM_HANDLE = -1070137320
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_INVALID_PROCESSOR_STATE

Invalid state for the virtual processor. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_INVALID_PROCESSOR_STATE = -1070137315
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED

This kernel mode interface for the virtualization infrastructure driver has already been initialized. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED = -1070137313
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET

Cannot set or reset the memory block property more than once for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET = -1070137312
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_MB_STILL_REFERENCED

The memory block for the virtualization infrastructure driver is still being used and cannot be destroyed.

Declaration
public const int STATUS_VID_MB_STILL_REFERENCED = -1070137331
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE

Cannot lock or map the memory block page for the virtualization infrastructure driver because it has already been locked using a reserve page set page. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE = -1070137307
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT

Cannot create the memory block for the virtualization infrastructure driver because the requested number of pages exceeded the limit. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT = -1070137306
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_MBPS_ARE_LOCKED

Notifications cannot be created on the memory block because it is use.

Declaration
public const int STATUS_VID_MBPS_ARE_LOCKED = -1070137319
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED

The request to lock or map a memory block page failed because the virtualization infrastructure driver memory block limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED = -1070137321
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS

A message queue with the same name already exists for the virtualization infrastructure driver.

Declaration
public const int STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS = -1070137333
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_MESSAGE_QUEUE_CLOSED

The message queue for the virtualization infrastructure driver has been closed. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_MESSAGE_QUEUE_CLOSED = -1070137318
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG

The message queue name of the virtualization infrastructure driver exceeds the maximum.

Declaration
public const int STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG = -1070137337
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_MMIO_RANGE_DESTROYED

The memory mapped I/O for this page range no longer exists. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_MMIO_RANGE_DESTROYED = -1070137311
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE

Cannot install client notifications because no message queue for the virtualization infrastructure driver is associated with the memory block.

Declaration
public const int STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE = -1070137322
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED

The memory block for the virtualization infrastructure driver is already associated with a message queue.

Declaration
public const int STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED = -1070137327
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_PAGE_RANGE_OVERFLOW

The request exceeded the memory block page limit for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_PAGE_RANGE_OVERFLOW = -1070137325
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_PARTITION_ALREADY_EXISTS

Cannot create the partition for the virtualization infrastructure driver because another partition with the same name already exists.

Declaration
public const int STATUS_VID_PARTITION_ALREADY_EXISTS = -1070137336
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_PARTITION_DOES_NOT_EXIST

The virtualization infrastructure driver has encountered an error. The requested partition does not exist. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_PARTITION_DOES_NOT_EXIST = -1070137335
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_PARTITION_NAME_NOT_FOUND

The virtualization infrastructure driver has encountered an error. Could not find the requested partition. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_PARTITION_NAME_NOT_FOUND = -1070137334
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_PARTITION_NAME_TOO_LONG

The partition name of the virtualization infrastructure driver exceeds the maximum.

Declaration
public const int STATUS_VID_PARTITION_NAME_TOO_LONG = -1070137338
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_QUEUE_FULL

The message queue for the virtualization infrastructure driver is full and cannot accept new messages. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_QUEUE_FULL = -1070137341
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED

A virtual machine is running with its memory allocated across multiple NUMA nodes. This does not indicate a problem unless the performance of your virtual machine is unusually slow. If you are experiencing performance problems, you may need to modify the NUMA configuration.

Declaration
public const int STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED = -2143879167
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED

Cannot destroy or reuse the reserve page set for the virtualization infrastructure driver because it is in use. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED = -1070137309
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL

The reserve page set for the virtualization infrastructure driver is too small to use in the lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL = -1070137308
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_SAVED_STATE_CORRUPT

Cannot restore this virtual machine because the saved state data cannot be read. Delete the saved state data and then try to start the virtual machine.

Declaration
public const int STATUS_VID_SAVED_STATE_CORRUPT = -1070137305
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_SAVED_STATE_INCOMPATIBLE

Cannot restore this virtual machine to the saved state because of hypervisor incompatibility. Delete the saved state data and then try to start the virtual machine.

Declaration
public const int STATUS_VID_SAVED_STATE_INCOMPATIBLE = -1070137303
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM

Cannot restore this virtual machine because an item read from the saved state data is not recognized. Delete the saved state data and then try to start the virtual machine.

Declaration
public const int STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM = -1070137304
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_STOP_PENDING

Cannot stop the virtual processor immediately because of a pending intercept.

Declaration
public const int STATUS_VID_STOP_PENDING = -1070137316
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_TOO_MANY_HANDLERS

The number of registered handlers for the virtualization infrastructure driver exceeded the maximum. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

Declaration
public const int STATUS_VID_TOO_MANY_HANDLERS = -1070137342
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED

Cannot add a virtual processor to the partition because the maximum has been reached.

Declaration
public const int STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED = -1070137317
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VID_VTL_ACCESS_DENIED

The specified VTL does not have the permission to access the resource.

Declaration
public const int STATUS_VID_VTL_ACCESS_DENIED = -1070137302
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST

{Display Driver Recovered From Failure} The %hs display driver has detected and recovered from a failure. Some graphical operations may have failed. The next time you reboot the machine a dialog will be displayed giving you a chance to upload data about this failure to Microsoft.

Declaration
public const int STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST = 1075511532
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD

{Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to upload data about this failure to Microsoft.

Declaration
public const int STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD = -1071972118
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED

{Display Driver Stopped Responding and recovered} The %hs display driver has stopped working normally. The recovery had been performed.

Declaration
public const int STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED = -2145713941
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIRTDISK_DISK_ALREADY_OWNED

The disk is already owned by a different owner.

Declaration
public const int STATUS_VIRTDISK_DISK_ALREADY_OWNED = -1069940706
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE

The disk must be offline or read-only.

Declaration
public const int STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE = -1069940705
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIRTDISK_NOT_VIRTUAL_DISK

The specified disk is not a virtual disk.

Declaration
public const int STATUS_VIRTDISK_NOT_VIRTUAL_DISK = -1069940715
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIRTDISK_PROVIDER_NOT_FOUND

A virtual disk support provider for the specified file was not found.

Declaration
public const int STATUS_VIRTDISK_PROVIDER_NOT_FOUND = -1069940716
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE

The sector size of the physical disk on which the virtual disk resides is not supported.

Declaration
public const int STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE = -1069940707
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIRTUAL_CIRCUIT_CLOSED

{Network Request Timeout} The session with a remote server has been disconnected because the time-out interval for a request has expired.

Declaration
public const int STATUS_VIRTUAL_CIRCUIT_CLOSED = -1073741610
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIRTUAL_DISK_LIMITATION

The requested operation could not be completed due to a virtual disk system limitation. Virtual hard disk files must be uncompressed and unencrypted and must not be sparse.

Declaration
public const int STATUS_VIRTUAL_DISK_LIMITATION = -1069940710
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIRUS_DELETED

This file contains a virus or potentially unwanted software and cannot be opened. Due to the nature of this virus or potentially unwanted software, the file has been removed from this location.

Declaration
public const int STATUS_VIRUS_DELETED = -1073739513
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VIRUS_INFECTED

Operation did not complete successfully because the file contains a virus or potentially unwanted software.

Declaration
public const int STATUS_VIRUS_INFECTED = -1073739514
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_ALL_DISKS_FAILED

All disks belonging to the pack failed.

Declaration
public const int STATUS_VOLMGR_ALL_DISKS_FAILED = -1070071767
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_BAD_BOOT_DISK

The boot disk experienced failures.

Declaration
public const int STATUS_VOLMGR_BAD_BOOT_DISK = -1070071729
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DATABASE_FULL

The configuration database is full.

Declaration
public const int STATUS_VOLMGR_DATABASE_FULL = -1070071807
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE

All disks participating to the volume must have the same sector size.

Declaration
public const int STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE = -1070071730
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED

The configuration data on the disk is corrupted.

Declaration
public const int STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED = -1070071806
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC

The configuration on the disk is not insync with the in-memory configuration.

Declaration
public const int STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC = -1070071805
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME

The disk contains non-simple volumes.

Declaration
public const int STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME = -1070071803
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_DUPLICATE

The same disk was specified more than once in the migration list.

Declaration
public const int STATUS_VOLMGR_DISK_DUPLICATE = -1070071802
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_DYNAMIC

The disk is already dynamic.

Declaration
public const int STATUS_VOLMGR_DISK_DYNAMIC = -1070071801
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_ID_INVALID

The specified disk id is invalid. There are no disks with the specified disk id.

Declaration
public const int STATUS_VOLMGR_DISK_ID_INVALID = -1070071800
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_INVALID

The specified disk is an invalid disk. Operation cannot complete on an invalid disk.

Declaration
public const int STATUS_VOLMGR_DISK_INVALID = -1070071799
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_LAST_VOTER

The specified disk(s) cannot be removed since it is the last remaining voter.

Declaration
public const int STATUS_VOLMGR_DISK_LAST_VOTER = -1070071798
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_LAYOUT_INVALID

The specified disk has an invalid disk layout.

Declaration
public const int STATUS_VOLMGR_DISK_LAYOUT_INVALID = -1070071797
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS

The disk layout contains non-basic partitions which appear after basic paritions. This is an invalid disk layout.

Declaration
public const int STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS = -1070071796
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED

The disk layout contains partitions which are not cylinder aligned.

Declaration
public const int STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED = -1070071795
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL

The disk layout contains partitions which are samller than the minimum size.

Declaration
public const int STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL = -1070071794
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS

The disk layout contains primary partitions in between logical drives. This is an invalid disk layout.

Declaration
public const int STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS = -1070071793
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS

The disk layout contains more than the maximum number of supported partitions.

Declaration
public const int STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS = -1070071792
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_MISSING

The specified disk is missing. The operation cannot complete on a missing disk.

Declaration
public const int STATUS_VOLMGR_DISK_MISSING = -1070071791
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_NOT_EMPTY

The specified disk is not empty.

Declaration
public const int STATUS_VOLMGR_DISK_NOT_EMPTY = -1070071790
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE

There is not enough usable space for this operation.

Declaration
public const int STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE = -1070071789
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_REVECTORING_FAILED

The force revectoring of bad sectors failed.

Declaration
public const int STATUS_VOLMGR_DISK_REVECTORING_FAILED = -1070071788
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID

The specified disk has an invalid sector size.

Declaration
public const int STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID = -1070071787
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_SET_NOT_CONTAINED

The specified disk set contains volumes which exist on disks outside of the set.

Declaration
public const int STATUS_VOLMGR_DISK_SET_NOT_CONTAINED = -1070071786
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS

A disk in the volume layout provides extents to more than one member of a plex.

Declaration
public const int STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS = -1070071785
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES

A disk in the volume layout provides extents to more than one plex.

Declaration
public const int STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES = -1070071784
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED

Dynamic disks are not supported on this system.

Declaration
public const int STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED = -1070071783
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_EXTENT_ALREADY_USED

The specified extent is already used by other volumes.

Declaration
public const int STATUS_VOLMGR_EXTENT_ALREADY_USED = -1070071782
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS

The specified volume is retained and can only be extended into a contiguous extent. The specified extent to grow the volume is not contiguous with the specified volume.

Declaration
public const int STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS = -1070071781
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION

The specified volume extent is not within the public region of the disk.

Declaration
public const int STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION = -1070071780
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED

The specifed volume extent is not sector aligned.

Declaration
public const int STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED = -1070071779
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION

The specified parition overlaps an EBR (the first track of an extended partition on a MBR disks).

Declaration
public const int STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION = -1070071778
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH

The specified extent lengths cannot be used to construct a volume with specified length.

Declaration
public const int STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH = -1070071777
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED

The system does not support fault tolerant volumes.

Declaration
public const int STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED = -1070071776
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION

One or more disks were not fully migrated to the target pack. They may or may not require reimport after fixing the hardware problems.

Declaration
public const int STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION = -2143813630
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_INCOMPLETE_REGENERATION

The regeneration operation was not able to copy all data from the active plexes due to bad sectors.

Declaration
public const int STATUS_VOLMGR_INCOMPLETE_REGENERATION = -2143813631
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID

The specified interleave length is invalid.

Declaration
public const int STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID = -1070071775
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS

There is already a maximum number of registered users.

Declaration
public const int STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS = -1070071774
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_MEMBER_IN_SYNC

The specified member is already in-sync with the other active members. It does not need to be regenerated.

Declaration
public const int STATUS_VOLMGR_MEMBER_IN_SYNC = -1070071773
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE

The same member index was specified more than once.

Declaration
public const int STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE = -1070071772
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_MEMBER_INDEX_INVALID

The specified member index is greater or equal than the number of members in the volume plex.

Declaration
public const int STATUS_VOLMGR_MEMBER_INDEX_INVALID = -1070071771
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_MEMBER_MISSING

The specified member is missing. It cannot be regenerated.

Declaration
public const int STATUS_VOLMGR_MEMBER_MISSING = -1070071770
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_MEMBER_NOT_DETACHED

The specified member is not detached. Cannot replace a member which is not detached.

Declaration
public const int STATUS_VOLMGR_MEMBER_NOT_DETACHED = -1070071769
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_MEMBER_REGENERATING

The specified member is already regenerating.

Declaration
public const int STATUS_VOLMGR_MEMBER_REGENERATING = -1070071768
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_MIRROR_NOT_SUPPORTED

The system does not support mirrored volumes.

Declaration
public const int STATUS_VOLMGR_MIRROR_NOT_SUPPORTED = -1070071717
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NO_REGISTERED_USERS

There are currently no registered users for notifications. The task number is irrelevant unless there are registered users.

Declaration
public const int STATUS_VOLMGR_NO_REGISTERED_USERS = -1070071766
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NO_SUCH_USER

The specified notification user does not exist. Failed to unregister user for notifications.

Declaration
public const int STATUS_VOLMGR_NO_SUCH_USER = -1070071765
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NO_VALID_LOG_COPIES

The pack has no valid log copies.

Declaration
public const int STATUS_VOLMGR_NO_VALID_LOG_COPIES = -1070071720
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NOT_PRIMARY_PACK

The specified pack is not the primary pack.

Declaration
public const int STATUS_VOLMGR_NOT_PRIMARY_PACK = -1070071726
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NOTIFICATION_RESET

The notifications have been reset. Notifications for the current user are invalid. Unregister and re-register for notifications.

Declaration
public const int STATUS_VOLMGR_NOTIFICATION_RESET = -1070071764
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID

The specified number of disks in a plex member is invalid.

Declaration
public const int STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID = -1070071723
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID

The specified number of disks in a plex is invalid.

Declaration
public const int STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID = -1070071724
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID

The specified number of disks is invalid.

Declaration
public const int STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID = -1070071718
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID

The specified number of extents is invalid.

Declaration
public const int STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID = -1070071731
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID

The specified number of members is invalid.

Declaration
public const int STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID = -1070071763
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID

The specified number of plexes is invalid.

Declaration
public const int STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID = -1070071762
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_CONFIG_OFFLINE

The configuration of the pack is offline.

Declaration
public const int STATUS_VOLMGR_PACK_CONFIG_OFFLINE = -1070071728
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_CONFIG_ONLINE

The configuration of the pack is online.

Declaration
public const int STATUS_VOLMGR_PACK_CONFIG_ONLINE = -1070071727
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED

A majority of disks failed to be updated with the new configuration.

Declaration
public const int STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED = -1070071804
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_DUPLICATE

The specified source and target packs are identical.

Declaration
public const int STATUS_VOLMGR_PACK_DUPLICATE = -1070071761
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_HAS_QUORUM

The specified pack already has a quorum of healthy disks.

Declaration
public const int STATUS_VOLMGR_PACK_HAS_QUORUM = -1070071756
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_ID_INVALID

The specified pack id is invalid. There are no packs with the specified pack id.

Declaration
public const int STATUS_VOLMGR_PACK_ID_INVALID = -1070071760
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_INVALID

The specified pack is the invalid pack. The operation cannot complete with the invalid pack.

Declaration
public const int STATUS_VOLMGR_PACK_INVALID = -1070071759
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED

All disks failed to be updated with the new content of the log.

Declaration
public const int STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED = -1070071725
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_NAME_INVALID

The specified pack name is invalid.

Declaration
public const int STATUS_VOLMGR_PACK_NAME_INVALID = -1070071758
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_OFFLINE

The specified pack is offline.

Declaration
public const int STATUS_VOLMGR_PACK_OFFLINE = -1070071757
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PACK_WITHOUT_QUORUM

The pack does not have a quorum of healthy disks.

Declaration
public const int STATUS_VOLMGR_PACK_WITHOUT_QUORUM = -1070071755
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PARTITION_STYLE_INVALID

The specified disk has an unsupported partition style. Only MBR and GPT partition styles are supported.

Declaration
public const int STATUS_VOLMGR_PARTITION_STYLE_INVALID = -1070071754
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PARTITION_UPDATE_FAILED

Failed to update the disk's partition layout.

Declaration
public const int STATUS_VOLMGR_PARTITION_UPDATE_FAILED = -1070071753
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PLEX_IN_SYNC

The specified plex is already in-sync with the other active plexes. It does not need to be regenerated.

Declaration
public const int STATUS_VOLMGR_PLEX_IN_SYNC = -1070071752
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PLEX_INDEX_DUPLICATE

The same plex index was specified more than once.

Declaration
public const int STATUS_VOLMGR_PLEX_INDEX_DUPLICATE = -1070071751
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PLEX_INDEX_INVALID

The specified plex index is greater or equal than the number of plexes in the volume.

Declaration
public const int STATUS_VOLMGR_PLEX_INDEX_INVALID = -1070071750
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PLEX_LAST_ACTIVE

The specified plex is the last active plex in the volume. The plex cannot be removed or else the volume will go offline.

Declaration
public const int STATUS_VOLMGR_PLEX_LAST_ACTIVE = -1070071749
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PLEX_MISSING

The specified plex is missing.

Declaration
public const int STATUS_VOLMGR_PLEX_MISSING = -1070071748
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PLEX_NOT_RAID5

The operation is only supported on RAID-5 plexes.

Declaration
public const int STATUS_VOLMGR_PLEX_NOT_RAID5 = -1070071745
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PLEX_NOT_SIMPLE

The operation is only supported on simple plexes.

Declaration
public const int STATUS_VOLMGR_PLEX_NOT_SIMPLE = -1070071744
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED

The operation is only supported on simple and spanned plexes.

Declaration
public const int STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED = -1070071721
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PLEX_REGENERATING

The specified plex is currently regenerating.

Declaration
public const int STATUS_VOLMGR_PLEX_REGENERATING = -1070071747
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PLEX_TYPE_INVALID

The specified plex type is invalid.

Declaration
public const int STATUS_VOLMGR_PLEX_TYPE_INVALID = -1070071746
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_PRIMARY_PACK_PRESENT

A primary pack is already present.

Declaration
public const int STATUS_VOLMGR_PRIMARY_PACK_PRESENT = -1070071719
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_RAID5_NOT_SUPPORTED

The system does not support RAID-5 volumes.

Declaration
public const int STATUS_VOLMGR_RAID5_NOT_SUPPORTED = -1070071716
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_STRUCTURE_SIZE_INVALID

The Size fields in the VM_VOLUME_LAYOUT input structure are incorrectly set.

Declaration
public const int STATUS_VOLMGR_STRUCTURE_SIZE_INVALID = -1070071743
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS

There is already a pending request for notifications. Wait for the existing request to return before requesting for more notifications.

Declaration
public const int STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS = -1070071742
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_TRANSACTION_IN_PROGRESS

There is currently a transaction in process.

Declaration
public const int STATUS_VOLMGR_TRANSACTION_IN_PROGRESS = -1070071741
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE

An unexpected layout change occurred outside of the volume manager.

Declaration
public const int STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE = -1070071740
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK

The specified volume contains a missing disk.

Declaration
public const int STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK = -1070071739
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_VOLUME_ID_INVALID

The specified volume id is invalid. There are no volumes with the specified volume id.

Declaration
public const int STATUS_VOLMGR_VOLUME_ID_INVALID = -1070071738
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_VOLUME_LENGTH_INVALID

The specified volume length is invalid.

Declaration
public const int STATUS_VOLMGR_VOLUME_LENGTH_INVALID = -1070071737
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE

The specified size for the volume is not a multiple of the sector size.

Declaration
public const int STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE = -1070071736
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_VOLUME_MIRRORED

The operation is not supported on mirrored volumes.

Declaration
public const int STATUS_VOLMGR_VOLUME_MIRRORED = -1070071722
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_VOLUME_NOT_MIRRORED

The operation is only supported on mirrored volumes.

Declaration
public const int STATUS_VOLMGR_VOLUME_NOT_MIRRORED = -1070071735
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_VOLUME_NOT_RETAINED

The specified volume does not have a retain partition.

Declaration
public const int STATUS_VOLMGR_VOLUME_NOT_RETAINED = -1070071734
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_VOLUME_OFFLINE

The specified volume is offline.

Declaration
public const int STATUS_VOLMGR_VOLUME_OFFLINE = -1070071733
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLMGR_VOLUME_RETAINED

The specified volume already has a retain partition.

Declaration
public const int STATUS_VOLMGR_VOLUME_RETAINED = -1070071732
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLSNAP_ACTIVATION_TIMEOUT

Activation of persistent snapshots on this volume took longer than was allowed.

Declaration
public const int STATUS_VOLSNAP_ACTIVATION_TIMEOUT = -1068498940
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLSNAP_BOOTFILE_NOT_VALID

The bootfile is too small to support persistent snapshots.

Declaration
public const int STATUS_VOLSNAP_BOOTFILE_NOT_VALID = -1068498941
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLSNAP_HIBERNATE_READY

{Volume Shadow Copy Service} The system is now ready for hibernation.

Declaration
public const int STATUS_VOLSNAP_HIBERNATE_READY = 293
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLSNAP_PREPARE_HIBERNATE

{Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.

Declaration
public const int STATUS_VOLSNAP_PREPARE_HIBERNATE = -1073740793
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLUME_DIRTY

The operation could not be completed because the volume is dirty. Please run chkdsk and try again.

Declaration
public const int STATUS_VOLUME_DIRTY = -1073739770
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLUME_DISMOUNTED

An operation was attempted to a volume after it was dismounted.

Declaration
public const int STATUS_VOLUME_DISMOUNTED = -1073741202
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLUME_MOUNTED

A new volume has been mounted by a file system.

Declaration
public const int STATUS_VOLUME_MOUNTED = 265
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLUME_NOT_CLUSTER_ALIGNED

The volume is not cluster aligned on the disk.

Declaration
public const int STATUS_VOLUME_NOT_CLUSTER_ALIGNED = -1073740636
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VOLUME_NOT_UPGRADED

The volume must be upgraded to enable this feature

Declaration
public const int STATUS_VOLUME_NOT_UPGRADED = -1073741156
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VRF_CFG_ENABLED

Driver Verifier Volatile settings cannot be set when CFG is enabled.

Declaration
public const int STATUS_VRF_CFG_ENABLED = -1073740641
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VSM_DMA_PROTECTION_NOT_IN_USE

The hypervisor is not protecting DMA because an IOMMU is not present or not enabled in the BIOS.

Declaration
public const int STATUS_VSM_DMA_PROTECTION_NOT_IN_USE = -1069219839
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_VSM_NOT_INITIALIZED

Virtual Secure Mode (VSM) is not initialized. The hypervisor or VSM may not be present or enabled.

Declaration
public const int STATUS_VSM_NOT_INITIALIZED = -1069219840
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WAIT_0

The success status codes 0 - 63 are reserved for wait completion status. FacilityCodes 0x5 - 0xF have been allocated by various drivers.

Declaration
public const int STATUS_WAIT_0 = 0
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WAIT_1

STATUS_WAIT_1

Declaration
public const int STATUS_WAIT_1 = 1
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WAIT_2

STATUS_WAIT_2

Declaration
public const int STATUS_WAIT_2 = 2
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WAIT_3

STATUS_WAIT_3

Declaration
public const int STATUS_WAIT_3 = 3
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WAIT_63

STATUS_WAIT_63

Declaration
public const int STATUS_WAIT_63 = 63
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WAIT_FOR_OPLOCK

An operation is blocked waiting for an oplock.

Declaration
public const int STATUS_WAIT_FOR_OPLOCK = 871
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WAKE_SYSTEM

The system has awoken

Declaration
public const int STATUS_WAKE_SYSTEM = 1073742484
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WAKE_SYSTEM_DEBUGGER

{Kernel Debugger Awakened} the system debugger was awakened by an interrupt.

Declaration
public const int STATUS_WAKE_SYSTEM_DEBUGGER = -2147483641
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WAS_LOCKED

{Page Locked} One of the pages to lock was already locked.

Declaration
public const int STATUS_WAS_LOCKED = 1073741849
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WAS_UNLOCKED

{Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.

Declaration
public const int STATUS_WAS_UNLOCKED = 1073741847
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WIM_NOT_BOOTABLE

The specified Windows Image (WIM) is not marked as bootable.

Declaration
public const int STATUS_WIM_NOT_BOOTABLE = -1073740665
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WMI_ALREADY_DISABLED

Collection or events for the WMI GUID is already disabled.

Declaration
public const int STATUS_WMI_ALREADY_DISABLED = -1073741054
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WMI_ALREADY_ENABLED

Collection or events for the WMI GUID is already enabled.

Declaration
public const int STATUS_WMI_ALREADY_ENABLED = -1073741053
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WMI_GUID_DISCONNECTED

The WMI GUID is no longer available

Declaration
public const int STATUS_WMI_GUID_DISCONNECTED = -1073741055
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WMI_GUID_NOT_FOUND

The guid passed was not recognized as valid by a WMI data provider.

Declaration
public const int STATUS_WMI_GUID_NOT_FOUND = -1073741163
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WMI_INSTANCE_NOT_FOUND

The instance name passed was not recognized as valid by a WMI data provider.

Declaration
public const int STATUS_WMI_INSTANCE_NOT_FOUND = -1073741162
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WMI_ITEMID_NOT_FOUND

The data item id passed was not recognized as valid by a WMI data provider.

Declaration
public const int STATUS_WMI_ITEMID_NOT_FOUND = -1073741161
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WMI_NOT_SUPPORTED

The WMI operation is not supported by the data block or method.

Declaration
public const int STATUS_WMI_NOT_SUPPORTED = -1073741091
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WMI_READ_ONLY

The WMI data item or data block is read only.

Declaration
public const int STATUS_WMI_READ_ONLY = -1073741114
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WMI_SET_FAILURE

The WMI data item or data block could not be changed.

Declaration
public const int STATUS_WMI_SET_FAILURE = -1073741113
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WMI_TRY_AGAIN

The WMI request could not be completed and should be retried.

Declaration
public const int STATUS_WMI_TRY_AGAIN = -1073741160
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WOF_FILE_RESOURCE_TABLE_CORRUPT

The WOF driver encountered a corruption in the compressed file's Resource Table.

Declaration
public const int STATUS_WOF_FILE_RESOURCE_TABLE_CORRUPT = -1073700185
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WOF_WIM_HEADER_CORRUPT

The WOF driver encountered a corruption in WIM image's Header.

Declaration
public const int STATUS_WOF_WIM_HEADER_CORRUPT = -1073700187
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WOF_WIM_RESOURCE_TABLE_CORRUPT

The WOF driver encountered a corruption in WIM image's Resource Table.

Declaration
public const int STATUS_WOF_WIM_RESOURCE_TABLE_CORRUPT = -1073700186
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WORKING_SET_LIMIT_RANGE

{Working Set Range Error} An attempt was made to set the working set minimum or maximum to values which are outside of the allowable range.

Declaration
public const int STATUS_WORKING_SET_LIMIT_RANGE = 1073741826
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WORKING_SET_QUOTA

The working set is not big enough to allow the requested pages to be locked.

Declaration
public const int STATUS_WORKING_SET_QUOTA = -1073741663
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WOW_ASSERTION

WOW Assertion Error.

Declaration
public const int STATUS_WOW_ASSERTION = -1073702760
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WRONG_COMPARTMENT

Indicates that the caller made the connection request in the wrong routing compartment.

Declaration
public const int STATUS_WRONG_COMPARTMENT = -1073700731
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WRONG_CREDENTIAL_HANDLE

The supplied credential handle does not match the credential associated with the security context.

Declaration
public const int STATUS_WRONG_CREDENTIAL_HANDLE = -1073741070
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WRONG_EFS

The file was encrypted with a different encryption driver than is currently loaded.

Declaration
public const int STATUS_WRONG_EFS = -1073741169
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WRONG_PASSWORD

When trying to update a password, this return status indicates that the value provided as the current password is not correct.

Declaration
public const int STATUS_WRONG_PASSWORD = -1073741718
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WRONG_PASSWORD_CORE

{Incorrect Password to LAN Manager Server} You specified an incorrect password to a LAN Manager 2.x or MS-NET server.

Declaration
public const int STATUS_WRONG_PASSWORD_CORE = -1073741495
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WRONG_VOLUME

{Wrong Volume} The wrong volume is in the drive. Please insert volume %hs into drive %hs.

Declaration
public const int STATUS_WRONG_VOLUME = -1073741806
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WX86_BREAKPOINT

Exception status code used by Win32 x86 emulation subsystem.

Declaration
public const int STATUS_WX86_BREAKPOINT = 1073741855
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WX86_CONTINUE

Exception status code used by Win32 x86 emulation subsystem.

Declaration
public const int STATUS_WX86_CONTINUE = 1073741853
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WX86_CREATEWX86TIB

Exception status code used by Win32 x86 emulation subsystem.

Declaration
public const int STATUS_WX86_CREATEWX86TIB = 1073741864
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WX86_EXCEPTION_CHAIN

Exception status code used by Win32 x86 emulation subsystem.

Declaration
public const int STATUS_WX86_EXCEPTION_CHAIN = 1073741858
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WX86_EXCEPTION_CONTINUE

Exception status code used by Win32 x86 emulation subsystem.

Declaration
public const int STATUS_WX86_EXCEPTION_CONTINUE = 1073741856
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WX86_EXCEPTION_LASTCHANCE

Exception status code used by Win32 x86 emulation subsystem.

Declaration
public const int STATUS_WX86_EXCEPTION_LASTCHANCE = 1073741857
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WX86_FLOAT_STACK_CHECK

Win32 x86 emulation subsystem Floating-point stack check.

Declaration
public const int STATUS_WX86_FLOAT_STACK_CHECK = -1073741200
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WX86_INTERNAL_ERROR

An internal error occurred in the Win32 x86 emulation subsystem.

Declaration
public const int STATUS_WX86_INTERNAL_ERROR = -1073741201
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WX86_SINGLE_STEP

Exception status code used by Win32 x86 emulation subsystem.

Declaration
public const int STATUS_WX86_SINGLE_STEP = 1073741854
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_WX86_UNSIMULATE

Exception status code used by Win32 x86 emulation subsystem.

Declaration
public const int STATUS_WX86_UNSIMULATE = 1073741852
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_XML_ENCODING_MISMATCH

The character encoding in the XML declaration did not match the encoding used in the document.

Declaration
public const int STATUS_XML_ENCODING_MISMATCH = -1072365535
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_XML_PARSE_ERROR

Windows was unable to parse the requested XML data.

Declaration
public const int STATUS_XML_PARSE_ERROR = -1073700733
Field Value
Type Description
Int32
| Improve this Doc View Source

STATUS_XMLDSIG_ERROR

An error was encountered while processing an XML digital signature.

Declaration
public const int STATUS_XMLDSIG_ERROR = -1073700732
Field Value
Type Description
Int32

See Also

NTSTATUS
  • Improve this Doc
  • View Source
Back to top Generated by DocFX